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:
Sebastian Falbesoner 2020-05-03 00:47:19 +02:00 committed by Rusty Russell
parent 1dd606c9a1
commit 01c8942581

View File

@ -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",