Skip to content

Commit

Permalink
Update x/smartaccount/ante/auth.go
Browse files Browse the repository at this point in the history
Co-authored-by: emidev98 <[email protected]>
  • Loading branch information
javiersuweijie and emidev98 authored Mar 12, 2024
1 parent 8c23207 commit 4e1ab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/smartaccount/ante/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (sad SmartAccountAuthDecorator) GetParamsForCustomAuthVerification(

// This is to get the address of the signer (either a multisig or a single sig)
// For multisig, the address to generated from the json encoded list of signers
// See: cosmos-sdk: crypto/keys/multisig/multisig.go
// See: https://github.com/cosmos/cosmos-sdk/blob/v0.47.10/crypto/keys/multisig/multisig.go
senderAddr, err := sdk.AccAddressFromHexUnsafe(signature.PubKey.Address().String())
if err != nil {
return nil, nil, nil, err
Expand Down

0 comments on commit 4e1ab0c

Please sign in to comment.