Skip to content

Commit

Permalink
Update protocol/app/module/interface_registry.go
Browse files Browse the repository at this point in the history
Co-authored-by: ttl33 <[email protected]>
  • Loading branch information
lcwik and ttl33 authored Jan 4, 2024
1 parent 47ecfd6 commit 857a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/app/module/interface_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func NewInterfaceRegistry(addrPrefix string, valAddrPrefix string) (types.Interf
SigningOptions: signing.Options{
AddressCodec: addresscodec.NewBech32Codec(addrPrefix),
ValidatorAddressCodec: addresscodec.NewBech32Codec(valAddrPrefix),
// TODO(CORE-840) cosmos.msg.v1.signer annotation doesn't supported nested messages beyond a depth of 1
// TODO(CORE-840): cosmos.msg.v1.signer annotation doesn't supported nested messages beyond a depth of 1
// which requires any message where the authority is nested further to implement its own accessor. Once
// https://github.com/cosmos/cosmos-sdk/issues/18722 is fixed, replace this with the cosmos.msg.v1.signing
// annotation on the protos.
Expand Down

0 comments on commit 857a768

Please sign in to comment.