Browse Source

bitcoind: Remove unused type `bitcoind_mode`

travis-debug
trueptolemy 6 years ago
committed by Rusty Russell
parent
commit
ffb2ee9b21
  1. 6
      lightningd/bitcoind.h

6
lightningd/bitcoind.h

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

Loading…
Cancel
Save