Skip to content

Commit

Permalink
Update x/leverage/client/cli/tx.go
Browse files Browse the repository at this point in the history
  • Loading branch information
toteki authored Jun 30, 2023
1 parent 7f05dc7 commit 2c1880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/leverage/client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ $ umeed tx leverage lev-liquidate %s uumee uumee --from mykey`,
repayDenom = args[1]
}

if len(args) > 1 {
if len(args) > 2 {
rewardDenom = args[2]
}

Expand Down

0 comments on commit 2c1880d

Please # to comment.