From 7ea1a8a18239acaa711910768423383c51a4e2ac Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Tue, 28 Apr 2020 10:58:38 +0200 Subject: [PATCH] lightningd/bitcoind: remove an outdated comment Signed-off-by: Antoine Poinsot --- lightningd/bitcoind.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lightningd/bitcoind.c b/lightningd/bitcoind.c index cc631c3b3..3f1a25f39 100644 --- a/lightningd/bitcoind.c +++ b/lightningd/bitcoind.c @@ -238,8 +238,6 @@ void bitcoind_estimate_fees_(struct bitcoind *bitcoind, call->cb = cb; call->arg = arg; - /* No parameter needed, we always want an urgent, normal and slow - * feerate. This gives computation flexibility to the plugin. */ req = jsonrpc_request_start(bitcoind, "estimatefees", bitcoind->log, estimatefees_callback, call); jsonrpc_request_end(req);