mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 17:44:22 +01:00
bitcoind: Remove unused type bitcoind_mode
This commit is contained in:
committed by
Rusty Russell
parent
7ffa4ad0bc
commit
ffb2ee9b21
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user