mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 6b826d5004 into merged_master (Elements PR #1225)
This commit is contained in:
commit
d4f242b3c3
3 changed files with 12 additions and 8 deletions
|
|
@ -412,6 +412,7 @@ bool CBlockTreeDB::LoadBlockIndexGuts(const Consensus::Params& consensusParams,
|
|||
}
|
||||
} else {
|
||||
pindexNew->m_trimmed = true;
|
||||
pindexNew->m_trimmed_dynafed_block = !diskindex.m_dynafed_params.value().IsNull();
|
||||
}
|
||||
|
||||
pcursor->Next();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue