Skip to content

Commit

Permalink
Rm GetSigners for mock message. (cosmos#5334)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim authored Dec 7, 2023
1 parent 5ed4735 commit 5146942
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/apps/27-interchain-accounts/types/codec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ func (mockSdkMsg) ValidateBasic() error {
return nil
}

// GetSigners implements sdk.Msg
func (mockSdkMsg) GetSigners() []sdk.AccAddress {
return []sdk.AccAddress{}
}

// TestSerializeAndDeserializeCosmosTx tests the SerializeCosmosTx and DeserializeCosmosTx functions
// for all supported encoding types.
//
Expand Down

0 comments on commit 5146942

Please sign in to comment.