Merge 6b826d5004 into merged_master (Elements PR #1225)

This commit is contained in:
Byron Hambly 2023-07-03 12:14:31 +00:00
commit d4f242b3c3
3 changed files with 12 additions and 8 deletions

View file

@ -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();