Skip to content

Commit

Permalink
Merge branch 'feat/smartaccounts/multisig' of github.com:terra-money/…
Browse files Browse the repository at this point in the history
…core into feat/smartaccounts/multisig
  • Loading branch information
javiersuweijie committed Mar 12, 2024
2 parents cd5bdfd + 4e1ab0c commit e37dcd5
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 e37dcd5

Please sign in to comment.