File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ func (m *sortedMap) Remove(nonce uint64) bool {
205
205
// removed from the list.
206
206
//
207
207
// Note, all transactions with nonces lower than start will also be returned to
208
- // prevent getting into and invalid state. This is not something that should ever
208
+ // prevent getting into an invalid state. This is not something that should ever
209
209
// happen but better to be self correcting than failing!
210
210
func (m * sortedMap ) Ready (start uint64 ) types.Transactions {
211
211
// Short circuit if no transactions are available
@@ -421,7 +421,7 @@ func (l *list) Remove(tx *types.Transaction) (bool, types.Transactions) {
421
421
// removed from the list.
422
422
//
423
423
// Note, all transactions with nonces lower than start will also be returned to
424
- // prevent getting into and invalid state. This is not something that should ever
424
+ // prevent getting into an invalid state. This is not something that should ever
425
425
// happen but better to be self correcting than failing!
426
426
func (l * list ) Ready (start uint64 ) types.Transactions {
427
427
txs := l .txs .Ready (start )
You can’t perform that action at this time.
0 commit comments