Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Sep 28, 2023
1 parent 52a81b9 commit ee66bf3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/tx/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ func (f Factory) PrintEIP712MsgType(clientCtx client.Context, msgs ...sdk.Msg) e
for i := 1; i <= len(msgs); i++ {
msgData[fmt.Sprintf("msg%d", i)] = typedData.Message[fmt.Sprintf("msg%d", i)]
}
if msgData == nil {
return fmt.Errorf("failed to get msg data")
}

type EIP712TypedData struct {
EIP712MessageType apitypes.Types `json:"EIP712MessageType"`
Expand Down

0 comments on commit ee66bf3

Please sign in to comment.