Skip to content

Commit

Permalink
fix(crypto): revert #20438 (#21019)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica committed Jul 22, 2024
1 parent eb71828 commit 564cc4d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crypto/keys/multisig/multisig.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ func packPubKeys(pubKeys []cryptotypes.PubKey) ([]*types.Any, error) {
return nil, err
}
anyPubKeys[i] = any

// sets the compat.aminoBz value
if err := anyPubKeys[i].UnmarshalAmino(pubKeys[i].Bytes()); err != nil {
return nil, err
}
}
return anyPubKeys, nil
}

0 comments on commit 564cc4d

Please sign in to comment.