diff options
author | Ryan Ofsky <ryan@ofsky.org> | 2023-06-16 20:42:24 -0400 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@chaincode.com> | 2023-07-24 16:23:38 -0400 |
commit | 0ce805b632dcb98944a931f758f76f530f5ce5f2 (patch) | |
tree | 46fa6d64bbdb7dd61fe36266f6b55da57be18112 /doc | |
parent | 768690b7ce551cd403f8e2a099372915f6022ad4 (diff) |
Documentation improvements for assumeutxo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assumeutxo.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/design/assumeutxo.md b/doc/design/assumeutxo.md index 469c551536..1492877e62 100644 --- a/doc/design/assumeutxo.md +++ b/doc/design/assumeutxo.md @@ -17,10 +17,9 @@ respectively generate and load UTXO snapshots. The utility script - A new block index `nStatus` flag is introduced, `BLOCK_ASSUMED_VALID`, to mark block index entries that are required to be assumed-valid by a chainstate created - from a UTXO snapshot. This flag is mostly used as a way to modify certain + from a UTXO snapshot. This flag is used as a way to modify certain CheckBlockIndex() logic to account for index entries that are pending validation by a - chainstate running asynchronously in the background. We also use this flag to control - which index entries are added to setBlockIndexCandidates during LoadBlockIndex(). + chainstate running asynchronously in the background. - The concept of UTXO snapshots is treated as an implementation detail that lives behind the ChainstateManager interface. The external presentation of the changes |