mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +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
@ -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…
Reference in New Issue
Block a user