Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Nov 29, 2023
1 parent 5329e39 commit 4a4651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/recover/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func SignAndPrint(ctx context.CLIContext, builder authtxb.TxBuilder, msg sdk.Msg
var tx auth.StdTx
err = builder.Codec.UnmarshalBinaryLengthPrefixed(txBytes, &tx)
if err != nil {

return err
}
json, err := builder.Codec.MarshalJSON(tx)
if err != nil {
Expand Down

0 comments on commit 4a4651d

Please sign in to comment.