diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2023-10-06 18:43:31 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2023-10-06 19:43:32 +0200 |
commit | 710e5db61bf7b303fa425f8dcbdce536281fa7f3 (patch) | |
tree | 2dc767663621c89c0bbd05d92b6a668b5e6bb999 /doc | |
parent | 1ff1c34656d49d60a93066a886dc1bfad9baccf4 (diff) |
doc: Drop references to assumevalid in assumeutxo docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design/assumeutxo.md | 2 | ||||
-rw-r--r-- | doc/release-notes-27596.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/assumeutxo.md b/doc/design/assumeutxo.md index 8068a93f27..75a7b6c866 100644 --- a/doc/design/assumeutxo.md +++ b/doc/design/assumeutxo.md @@ -1,7 +1,7 @@ # assumeutxo Assumeutxo is a feature that allows fast bootstrapping of a validating bitcoind -instance with a very similar security model to assumevalid. +instance. The RPC commands `dumptxoutset` and `loadtxoutset` are used to respectively generate and load UTXO snapshots. The utility script diff --git a/doc/release-notes-27596.md b/doc/release-notes-27596.md index 799b82643f..cbaf4b3a9e 100644 --- a/doc/release-notes-27596.md +++ b/doc/release-notes-27596.md @@ -12,7 +12,7 @@ RPC `loadtxoutset` has been added, which allows loading a UTXO snapshot of the format generated by `dumptxoutset`. Once this snapshot is loaded, its contents will be deserialized into a second chainstate data structure, which is then used to sync to -the network's tip under a security model very much like `assumevalid`. +the network's tip. Meanwhile, the original chainstate will complete the initial block download process in the background, eventually validating up to the block that the snapshot is based upon. |