Skip to content

Commit

Permalink
Merge pull request #182 from cryptagoras/patch-2
Browse files Browse the repository at this point in the history
cmd/pool: fix typo on account deposit
  • Loading branch information
wpaulino authored Nov 30, 2020
2 parents 925533d + 08b822e commit 91ce637
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 91ce637

Please sign in to comment.