match also on signet
This commit is contained in:
parent
0b969657cd
commit
dffb753ce3
@ -332,6 +332,7 @@ impl ConfigurableBlockchain for RpcBlockchain {
|
|||||||
"main" => Network::Bitcoin,
|
"main" => Network::Bitcoin,
|
||||||
"test" => Network::Testnet,
|
"test" => Network::Testnet,
|
||||||
"regtest" => Network::Regtest,
|
"regtest" => Network::Regtest,
|
||||||
|
"signet" => Network::Signet,
|
||||||
_ => return Err(Error::Generic("Invalid network".to_string())),
|
_ => return Err(Error::Generic("Invalid network".to_string())),
|
||||||
};
|
};
|
||||||
if network != config.network {
|
if network != config.network {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user