Browse Source

lightningd/bitcoind: remove an outdated comment

Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
nifty/pset-pre
Antoine Poinsot 5 years ago
committed by neil saitug
parent
commit
7ea1a8a182
  1. 2
      lightningd/bitcoind.c

2
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);

Loading…
Cancel
Save