chore: fix spelling errors (#19289)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
This commit is contained in:
parent
ca04e1144c
commit
1f0c68d08f
@ -512,7 +512,7 @@ func (s *ABCIUtilsTestSuite) TestDefaultProposalHandler_PriorityNonceMempoolTxSe
|
||||
expectedTxs: []int{9},
|
||||
},
|
||||
"no txs added": {
|
||||
// Becasuse the first tx was deemed valid but too big, the next expected valid sequence is tx[0].seq (3), so
|
||||
// Because the first tx was deemed valid but too big, the next expected valid sequence is tx[0].seq (3), so
|
||||
// the rest of the txs fail because they have a seq of 4.
|
||||
ctx: s.ctx,
|
||||
txInputs: []testTx{testTxs[12], testTxs[13], testTxs[14]},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user