bitcoind: Remove unused type bitcoind_mode

This commit is contained in:
trueptolemy 2019-09-09 10:41:09 +08:00 committed by Rusty Russell
parent 7ffa4ad0bc
commit ffb2ee9b21

View File

@ -18,12 +18,6 @@ struct ripemd160;
struct bitcoin_tx; struct bitcoin_tx;
struct bitcoin_block; struct bitcoin_block;
enum bitcoind_mode {
BITCOIND_MAINNET = 1,
BITCOIND_TESTNET,
BITCOIND_REGTEST
};
enum bitcoind_prio { enum bitcoind_prio {
BITCOIND_LOW_PRIO, BITCOIND_LOW_PRIO,
BITCOIND_HIGH_PRIO BITCOIND_HIGH_PRIO