Skip to content

Commit

Permalink
[EVM] Allow multiple txs from same account in a block (#397)
Browse files Browse the repository at this point in the history
- needs tendermint pr and go.mod update
- adds evm properties to the `ResponseCheckTxV2`
- adds evm properties to context

- hardhat tests on sei-chain repo
- unit tests on tendermint repo
  • Loading branch information
stevenlanders authored and codchen committed Mar 7, 2024
1 parent efa6e60 commit eae4daa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ func (app *BaseApp) CheckTx(ctx context.Context, req *abci.RequestCheckTx) (*abc
res.IsPendingTransaction = true
res.Checker = pendingTxChecker
}
res.ExpireTxHandler = expireTxHandler

return res, nil
}
Expand Down

0 comments on commit eae4daa

Please sign in to comment.