diff --git a/plugins/recover/client/cli/tx.go b/plugins/recover/client/cli/tx.go index c7bb0f804..36576781f 100644 --- a/plugins/recover/client/cli/tx.go +++ b/plugins/recover/client/cli/tx.go @@ -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 {