From ffb2ee9b21b1efd749fd0fdbf377d2566cf25178 Mon Sep 17 00:00:00 2001 From: trueptolemy Date: Mon, 9 Sep 2019 10:41:09 +0800 Subject: [PATCH] bitcoind: Remove unused type `bitcoind_mode` --- lightningd/bitcoind.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lightningd/bitcoind.h b/lightningd/bitcoind.h index 4d1e1ceb6..84c6efb11 100644 --- a/lightningd/bitcoind.h +++ b/lightningd/bitcoind.h @@ -18,12 +18,6 @@ struct ripemd160; struct bitcoin_tx; struct bitcoin_block; -enum bitcoind_mode { - BITCOIND_MAINNET = 1, - BITCOIND_TESTNET, - BITCOIND_REGTEST -}; - enum bitcoind_prio { BITCOIND_LOW_PRIO, BITCOIND_HIGH_PRIO