mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
bitcoind: Remove unused type bitcoind_mode
This commit is contained in:
parent
7ffa4ad0bc
commit
ffb2ee9b21
@ -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…
Reference in New Issue
Block a user