Skip to content

Commit

Permalink
cmd/pool: fix typo on account deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptagoras authored Nov 28, 2020
1 parent 925533d commit 08b822e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/pool/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ var depositAccountCommand = cli.Command{
cli.Uint64Flag{
Name: "sat_per_vbyte",
Usage: "the fee rate expressed in sat/vbyte that " +
"should be used for the withdrawal",
"should be used for the deposit",
},
},
Action: depositAccount,
Expand Down

0 comments on commit 08b822e

Please sign in to comment.