chaintopology: dont check bitcoin-core version at startup

The Bitcoin backend is generalized through the Bitcoin plugin and this
was specific to core.
This commit is contained in:
darosior
2020-01-08 13:07:51 +01:00
committed by Rusty Russell
parent 3e8a782da7
commit 2b75a46a6c
2 changed files with 0 additions and 62 deletions

View File

@@ -961,8 +961,6 @@ void setup_topology(struct chain_topology *topo,
/* Make sure bitcoind is started, and ready */
wait_for_bitcoind(topo->bitcoind);
bitcoind_getclientversion(topo->bitcoind);
bitcoind_getblockcount(topo->bitcoind, get_init_blockhash, topo);
tal_add_destructor(topo, destroy_chain_topology);