From 857a7683796d7f260153780a53cff1c75b7cdf90 Mon Sep 17 00:00:00 2001 From: Lukasz Cwik <126621805+lcwik@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:15:44 -0800 Subject: [PATCH] Update protocol/app/module/interface_registry.go Co-authored-by: ttl33 <19664986+ttl33@users.noreply.github.com> --- protocol/app/module/interface_registry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/app/module/interface_registry.go b/protocol/app/module/interface_registry.go index 20967ae7b6..35a92e52db 100644 --- a/protocol/app/module/interface_registry.go +++ b/protocol/app/module/interface_registry.go @@ -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.