Skip to content

Commit

Permalink
change sender to senders
Browse files Browse the repository at this point in the history
  • Loading branch information
freeelancer committed Mar 12, 2024
1 parent e37dcd5 commit 7052fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/smartaccount/ante/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (sad SmartAccountAuthDecorator) GetParamsForCustomAuthVerification(
func (sad SmartAccountAuthDecorator) CustomAuthVerify(
ctx sdk.Context,
authMsgs []*types.AuthorizationMsg,
sender []string,
senders []string,
account string,
signatures,
signedBytes [][]byte,
Expand All @@ -207,7 +207,7 @@ func (sad SmartAccountAuthDecorator) CustomAuthVerify(
var errs []error
for _, auth := range authMsgs {
authMsg := types.Authorization{
Senders: sender,
Senders: senders,
Account: account,
Signatures: signatures,
SignedBytes: signedBytes,
Expand Down

0 comments on commit 7052fa9

Please sign in to comment.