From ce6f5efed19ec0e5e7ba9ca33d14c1ec08dc84dc Mon Sep 17 00:00:00 2001 From: Vladislav Markushin Date: Sun, 24 Sep 2023 17:10:27 -0300 Subject: [PATCH] remove TODO --- modules/light-clients/08-wasm/types/msgs.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/light-clients/08-wasm/types/msgs.go b/modules/light-clients/08-wasm/types/msgs.go index 17c3502295f..15607e180ce 100644 --- a/modules/light-clients/08-wasm/types/msgs.go +++ b/modules/light-clients/08-wasm/types/msgs.go @@ -63,8 +63,6 @@ func (msg MsgUpdateWasmCodeId) Route() string { return ModuleName } // Type Implements Msg. func (msg MsgUpdateWasmCodeId) Type() string { return TypeMsgUpdateWasmCodeId } -// TODO: add tests for MsgUpdateWasmCodeId - func NewMsgUpdateWasmCodeId(signer string, codeId []byte, clientId string) *MsgUpdateWasmCodeId { return &MsgUpdateWasmCodeId{ Signer: signer,