Missing check for sequence
larry0x opened this issue · 1 comments
larry0x commented
Currently the AnteHandler doesn't seem to check a tx signer's sequence. For example if the on-chain sequence is 5 but the tx's sequence is 88888, this tx will be accepted no problem.
The handler seems to be properly rejecting incorrect chain-id or account-number tho.