ante: don't skip EthSigVerificationDecorator for RecheckTx (#186)

Because it set the `From` field which is relied by other handlers

Closes #185
This commit is contained in:
yihuang
2021-06-25 09:28:28 -04:00
committed by GitHub
parent d937d2c9ce
commit fd19394fba
2 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ func (suite AnteTestSuite) TestEthSigVerificationDecorator() {
reCheckTx bool
expPass bool
}{
{"ReCheckTx", nil, true, true},
{"ReCheckTx", nil, true, false},
{"invalid transaction type", &invalidTx{}, false, false},
{
"invalid sender",