mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 786654aa5e into merged_master (Bitcoin PR #21498)
This commit is contained in:
commit
3a62250bbc
2 changed files with 2 additions and 2 deletions
|
|
@ -5545,7 +5545,7 @@ std::optional<uint256> ChainstateManager::SnapshotBlockhash() const {
|
|||
// If a snapshot chainstate exists, it will always be our active.
|
||||
return m_active_chainstate->m_from_snapshot_blockhash;
|
||||
}
|
||||
return {};
|
||||
return std::nullopt;
|
||||
}
|
||||
|
||||
std::vector<CChainState*> ChainstateManager::GetAll()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue