mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
lightningd/bitcoind: remove unused BITCOIN_INIT_TIMEOUT
The define is a leftover from the init fixed timeout hack that was
removed recently (commit 678591d851
).
This commit is contained in:
parent
1dd606c9a1
commit
01c8942581
1 changed files with 0 additions and 5 deletions
|
@ -30,11 +30,6 @@
|
|||
#include <lightningd/chaintopology.h>
|
||||
#include <lightningd/plugin.h>
|
||||
|
||||
/* How many seconds will we wait for our Bitcoin plugin to respond to `init` ?
|
||||
* Note that bcli waits for bitcoind to be warmed up before responding, so it
|
||||
* shouldn't be too low. */
|
||||
#define BITCOIN_INIT_TIMEOUT 30
|
||||
|
||||
/* The names of the requests we can make to our Bitcoin backend. */
|
||||
static const char *methods[] = {"getchaininfo", "getrawblockbyheight",
|
||||
"sendrawtransaction", "getutxout",
|
||||
|
|
Loading…
Add table
Reference in a new issue