diff --git a/lightningd/bitcoind.c b/lightningd/bitcoind.c index 27263dc89..89a9e22d9 100644 --- a/lightningd/bitcoind.c +++ b/lightningd/bitcoind.c @@ -30,11 +30,6 @@ #include #include -/* 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",