Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Aug 4, 2023
1 parent ec94d18 commit 08b8ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groestlcoin/src/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ impl TryFrom<ChainHash> for Network {
ChainHash::GROESTLCOIN => Ok(Network::Groestlcoin),
ChainHash::TESTNET => Ok(Network::Testnet),
ChainHash::SIGNET => Ok(Network::Signet),
ChainHash::REGTEST => Ok(Network::Regtest),
//ChainHash::REGTEST => Ok(Network::Regtest),
_ => Err(UnknownChainHash(chain_hash)),
}
}
Expand Down

0 comments on commit 08b8ec0

Please sign in to comment.