mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: correct function name in AssumeUTXO design docs
This commit is contained in:
parent
9057598605
commit
efb70cd645
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ minimum and uses at least 1100 MiB.
|
||||||
|
|
||||||
As the background sync continues there will be temporarily two chainstate
|
As the background sync continues there will be temporarily two chainstate
|
||||||
directories, each multiple gigabytes in size (likely growing larger than the
|
directories, each multiple gigabytes in size (likely growing larger than the
|
||||||
the downloaded snapshot).
|
downloaded snapshot).
|
||||||
|
|
||||||
### Indexes
|
### Indexes
|
||||||
|
|
||||||
|
@ -145,7 +145,7 @@ sequentially.
|
||||||
|
|
||||||
Once the tip of the background chainstate hits the base block of the snapshot
|
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
|
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
|
background chainstate's UTXO set contents and ensure it matches the compiled value in
|
||||||
`CMainParams::m_assumeutxo_data`.
|
`CMainParams::m_assumeutxo_data`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue