mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
lightningd/bitcoind: remove an outdated comment
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
parent
c485cf7dd1
commit
7ea1a8a182
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue