Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin committed Sep 24, 2023
1 parent 4247dce commit ce6f5ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/light-clients/08-wasm/types/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Check warning on line 66 in modules/light-clients/08-wasm/types/msgs.go

View workflow job for this annotation

GitHub Actions / lint

var-naming: func NewMsgUpdateWasmCodeId should be NewMsgUpdateWasmCodeID (revive)
return &MsgUpdateWasmCodeId{
Signer: signer,
Expand Down

0 comments on commit ce6f5ef

Please sign in to comment.