Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mj850 committed Jan 15, 2025
1 parent ff10601 commit 760e3c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/evm/client/cli/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,10 @@ func queryCtWithdrawPayload(cmd *cobra.Command, args []string) error {
}

remainingBalanceCommitment, err := withdrawProto.RemainingBalanceCommitment.Marshal()
if err != nil {
return err
}

proofs, err := withdrawProto.Proofs.Marshal()
if err != nil {
return err
Expand Down

0 comments on commit 760e3c5

Please sign in to comment.