mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 80bdd4b6be into merged_master (Bitcoin PR bitcoin/bitcoin#30167
This commit is contained in:
commit
8efe038202
10 changed files with 34 additions and 15 deletions
|
|
@ -1752,7 +1752,7 @@ std::vector<int> CChainParams::GetAvailableSnapshotHeights() const
|
|||
return heights;
|
||||
}
|
||||
|
||||
std::optional<ChainType> GetNetworkForMagic(MessageStartChars& message)
|
||||
std::optional<ChainType> GetNetworkForMagic(const MessageStartChars& message)
|
||||
{
|
||||
const auto mainnet_msg = CChainParams::Main()->MessageStart();
|
||||
const auto testnet_msg = CChainParams::TestNet()->MessageStart();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue