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 6c4a6b2 commit 1e4f608Copy full SHA for 1e4f608
mempool/txpool/locals/errors.go
@@ -28,7 +28,7 @@ func IsTemporaryReject(err error) bool {
28
txpool.ErrUnderpriced.Error(),
29
legacypool.ErrTxPoolOverflow.Error(),
30
legacypool.ErrFutureReplacePending.Error():
31
- return true
+ panic("right here")
32
}
33
34
return false
0 commit comments