Skip to content

Commit bf95976

Browse files
committed
doc: add note about snapshot chainstate init
1 parent e4d7995 commit bf95976

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/design/assumeutxo.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ original chainstate remains in use as active.
7676

7777
Once the snapshot chainstate is loaded and validated, it is promoted to active
7878
chainstate and a sync to tip begins. A new chainstate directory is created in the
79-
datadir for the snapshot chainstate called
80-
`chainstate_[SHA256 blockhash of snapshot base block]`.
79+
datadir for the snapshot chainstate called `chainstate_snapshot`. When this directory
80+
is present in the datadir, the snapshot chainstate will be detected and loaded as
81+
active on node startup (via `DetectSnapshotChainstate()`).
8182

8283
| | |
8384
| ---------- | ----------- |

0 commit comments

Comments
 (0)