diff --git a/x/auth/ante/sigverify.go b/x/auth/ante/sigverify.go index f71ba6259d..5ef9ffbfae 100644 --- a/x/auth/ante/sigverify.go +++ b/x/auth/ante/sigverify.go @@ -343,7 +343,7 @@ func (spvd SetPopValidDecorator) AnteHandle(ctx sdk.Context, tx sdk.Tx, simulate switch pk.(type) { case *bls12381.PubKey, *secp256k1.PubKey, *ed25519.PubKey: - if !acc.GetPopValid() { + if !acc.GetPopValid() { if err := acc.SetPopValid(true); err != nil { return ctx, sdkerrors.Wrap(sdkerrors.ErrInvalidPop, err.Error()) }