Skip to content

Commit d72cf82

Browse files
committed
Merge bitcoin/bitcoin#29518: doc: correct function name in AssumeUTXO design docs
efb70cd doc: correct function name in AssumeUTXO design docs (jrakibi) Pull request description: Corrected the function name from `CompleteSnapshotValidation()` to `MaybeCompleteSnapshotValidation()` in the assumeutxo design documentation. This change ensures that the documentation accurately reflects the actual function name used in the code ACKs for top commit: Empact: ACK bitcoin/bitcoin@efb70cd Tree-SHA512: 68b9be3ba710d91a2a955189e227f86b46ccb6a2a13c345d46f276cec6ff12b77ebf9814c4bcb00db7c17e221510e4a2e71175c78a6faf0e0e3159c761bc9b94
2 parents dfc35c9 + efb70cd commit d72cf82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/design/assumeutxo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ minimum and uses at least 1100 MiB.
2121

2222
As the background sync continues there will be temporarily two chainstate
2323
directories, each multiple gigabytes in size (likely growing larger than the
24-
the downloaded snapshot).
24+
downloaded snapshot).
2525

2626
### Indexes
2727

@@ -145,7 +145,7 @@ sequentially.
145145

146146
Once the tip of the background chainstate hits the base block of the snapshot
147147
chainstate, we stop use of the background chainstate by setting `m_disabled`, in
148-
`CompleteSnapshotValidation()`, which is checked in `ActivateBestChain()`). We hash the
148+
`MaybeCompleteSnapshotValidation()`, which is checked in `ActivateBestChain()`). We hash the
149149
background chainstate's UTXO set contents and ensure it matches the compiled value in
150150
`CMainParams::m_assumeutxo_data`.
151151

0 commit comments

Comments
 (0)