From b8262c3de21b1ee2ea79fe65ef17d6a29335bad9 Mon Sep 17 00:00:00 2001 From: darosior Date: Fri, 3 Apr 2020 10:26:30 +0200 Subject: [PATCH] fundechannel: don't pass deprecated 'satoshis' to fundchannel_start Changelog-None --- plugins/fundchannel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/fundchannel.c b/plugins/fundchannel.c index 10b9206cc..39a4b0215 100644 --- a/plugins/fundchannel.c +++ b/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)