Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Feb 15, 2022
1 parent 6238208 commit 3556ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/ante/sigverify.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func (svd *SigVerificationDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simu

newSigKeys := make([]string, 0, len(sigs))
defer func() {
// remove txHashCash if got an error
// remove txHashCache if got an error
if err != nil {
for _, sigKey := range newSigKeys {
svd.txHashCache.Delete(sigKey)
Expand Down

0 comments on commit 3556ace

Please sign in to comment.