Skip to content

Commit

Permalink
Fix sigverify
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed May 20, 2022
1 parent c622e9c commit 2724975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/auth/ante/sigverify.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ func (svd SigVerificationDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simul
ChainID: chainID,
AccountNumber: accNum,
Sequence: acc.GetSequence(),
PubKey: pubKey,
}

if !simulate {
Expand Down

0 comments on commit 2724975

Please sign in to comment.