File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ minimum and uses at least 1100 MiB.
21
21
22
22
As the background sync continues there will be temporarily two chainstate
23
23
directories, each multiple gigabytes in size (likely growing larger than the
24
- the downloaded snapshot).
24
+ downloaded snapshot).
25
25
26
26
### Indexes
27
27
@@ -145,7 +145,7 @@ sequentially.
145
145
146
146
Once the tip of the background chainstate hits the base block of the snapshot
147
147
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
149
149
background chainstate's UTXO set contents and ensure it matches the compiled value in
150
150
` CMainParams::m_assumeutxo_data ` .
151
151
You can’t perform that action at this time.
0 commit comments