mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
fundechannel: don't pass deprecated 'satoshis' to fundchannel_start
Changelog-None
This commit is contained in:
committed by
Christian Decker
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)
|
||||
|
||||
Reference in New Issue
Block a user