Browse Source

fundechannel: don't pass deprecated 'satoshis' to fundchannel_start

Changelog-None
travis-debug
darosior 5 years ago
committed by Christian Decker
parent
commit
b8262c3de2
  1. 2
      plugins/fundchannel.c

2
plugins/fundchannel.c

@ -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…
Cancel
Save