We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d7995 commit bf95976Copy full SHA for bf95976
doc/design/assumeutxo.md
@@ -76,8 +76,9 @@ original chainstate remains in use as active.
76
77
Once the snapshot chainstate is loaded and validated, it is promoted to active
78
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]`.
+datadir for the snapshot chainstate called `chainstate_snapshot`. When this directory
+is present in the datadir, the snapshot chainstate will be detected and loaded as
81
+active on node startup (via `DetectSnapshotChainstate()`).
82
83
| | |
84
| ---------- | ----------- |
0 commit comments