We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30f863 commit cb3d39cCopy full SHA for cb3d39c
1 file changed
baseapp/abci_test.go
@@ -2400,7 +2400,6 @@ func TestOptimisticExecution(t *testing.T) {
2400
}
2401
2402
func TestABCI_Proposal_FailReCheckTx(t *testing.T) {
2403
- // mem := mempool.NewSenderNonceMempool()
2404
pool := mempool.NewPriorityMempool[int64](mempool.PriorityNonceMempoolConfig[int64]{
2405
TxPriority: mempool.NewDefaultTxPriority(),
2406
MaxTx: 0,
0 commit comments