mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
fundechannel: don't pass deprecated 'satoshis' to fundchannel_start
Changelog-None
This commit is contained in:
parent
5aafef1484
commit
b8262c3de2
@ -274,8 +274,6 @@ static struct command_result *fundchannel_start(struct command *cmd,
|
||||
|
||||
json_add_string(req->js, "id", node_id_to_hexstr(tmpctx, fr->id));
|
||||
|
||||
if (deprecated_apis)
|
||||
json_add_string(req->js, "satoshi", fr->funding_str);
|
||||
json_add_string(req->js, "amount", fr->funding_str);
|
||||
|
||||
if (fr->feerate_str)
|
||||
|
Loading…
Reference in New Issue
Block a user