Skip to content

Commit 1e4f608

Browse files
committed
add panic for trace
1 parent 6c4a6b2 commit 1e4f608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mempool/txpool/locals/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func IsTemporaryReject(err error) bool {
2828
txpool.ErrUnderpriced.Error(),
2929
legacypool.ErrTxPoolOverflow.Error(),
3030
legacypool.ErrFutureReplacePending.Error():
31-
return true
31+
panic("right here")
3232
}
3333

3434
return false

0 commit comments

Comments
 (0)