diff options
author | jrakibi <j.errakibi@gmail.com> | 2024-02-29 20:50:50 +0100 |
---|---|---|
committer | jrakibi <j.errakibi@gmail.com> | 2024-02-29 20:50:50 +0100 |
commit | efb70cd6452ce1f0d9f5464bec837b09ed5c2a78 (patch) | |
tree | 5bc3fda0004d4c3e245897b2ab201fd5f15a21b3 /doc/design | |
parent | 9057598605b8685adfd43db85f2fc96bf7c0d5a5 (diff) |
doc: correct function name in AssumeUTXO design docs
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assumeutxo.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assumeutxo.md b/doc/design/assumeutxo.md index 66962a629d..abb623fc69 100644 --- a/doc/design/assumeutxo.md +++ b/doc/design/assumeutxo.md @@ -21,7 +21,7 @@ minimum and uses at least 1100 MiB. As the background sync continues there will be temporarily two chainstate directories, each multiple gigabytes in size (likely growing larger than the -the downloaded snapshot). +downloaded snapshot). ### Indexes @@ -145,7 +145,7 @@ sequentially. Once the tip of the background chainstate hits the base block of the snapshot chainstate, we stop use of the background chainstate by setting `m_disabled`, in -`CompleteSnapshotValidation()`, which is checked in `ActivateBestChain()`). We hash the +`MaybeCompleteSnapshotValidation()`, which is checked in `ActivateBestChain()`). We hash the background chainstate's UTXO set contents and ensure it matches the compiled value in `CMainParams::m_assumeutxo_data`. |