Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
testinginprod committed Feb 15, 2024
1 parent afa7228 commit 91436e9
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 @@ -232,7 +232,7 @@ func (svd SigVerificationDecorator) authenticate(ctx sdk.Context, tx authsigning
}

// not an AA, proceed with standard auth flow.

// newlyCreated is a flag that indicates if the account was newly created.
// This is only the case when the user is sending their first tx.
newlyCreated := false
Expand Down

0 comments on commit 91436e9

Please sign in to comment.