We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deafb4e commit 6c4a6b2Copy full SHA for 6c4a6b2
mempool/txpool/locals/errors.go
@@ -27,8 +27,7 @@ func IsTemporaryReject(err error) bool {
27
legacypool.ErrAuthorityReserved.Error(),
28
txpool.ErrUnderpriced.Error(),
29
legacypool.ErrTxPoolOverflow.Error(),
30
- legacypool.ErrFutureReplacePending.Error(),
31
- ErrNonceGap.Error():
+ legacypool.ErrFutureReplacePending.Error():
32
return true
33
}
34
0 commit comments