mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
fundchannel: Remove the now disabled deprecated satoshi
param
While we removed the `satoshi` param in #3603 it appears that the `fundchannel` plugin was still passing it to the `fundchannel_start` call. This fixes up the help text. Notice that technically the help text changes the param name, but since it was internally always called `amount` this change doesn't break the API, the help was just wrong.
This commit is contained in:
parent
3b09662768
commit
a696c8417e
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ static void init(struct plugin *p,
|
|||
static const struct plugin_command commands[] = { {
|
||||
"fundchannel",
|
||||
"channels",
|
||||
"Fund channel with {id} using {satoshi} (or 'all'), at optional {feerate}. "
|
||||
"Fund channel with {id} using {amount} (or 'all'), at optional {feerate}. "
|
||||
"Only use outputs that have {minconf} confirmations.",
|
||||
"Initiaties a channel open with node 'id'. Must "
|
||||
"be connected to the node and have enough funds available at the requested minimum confirmation "
|
||||
|
|
Loading…
Add table
Reference in a new issue