aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabian Jahr <fjahr@protonmail.com>2024-03-04 16:14:29 +0100
committerFabian Jahr <fjahr@protonmail.com>2024-09-01 20:56:39 +0200
commitb29c21fc92dcc3da95bd032ba41675a8b9a0a24b (patch)
tree1af04f55c320e094cd068b9ef38db6c1f9b777a0 /doc
parent20a1c77aa7dec2449071187a439d17f7aeaee648 (diff)
downloadbitcoin-b29c21fc92dcc3da95bd032ba41675a8b9a0a24b.tar.xz
assumeutxo: Remove devtools/utxo_snapshot.sh
Diffstat (limited to 'doc')
-rw-r--r--doc/design/assumeutxo.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/design/assumeutxo.md b/doc/design/assumeutxo.md
index a4980729d0..91bc96b57f 100644
--- a/doc/design/assumeutxo.md
+++ b/doc/design/assumeutxo.md
@@ -36,13 +36,11 @@ use a significant amount of disk space.
## Generating a snapshot
-The RPC command `dumptxoutset` can be used to generate a snapshot. This can be used
+The RPC command `dumptxoutset` can be used to generate a snapshot for the current
+tip or a recent height. This can be used
to create a snapshot on one node that you wish to load on another node.
It can also be used to verify the hardcoded snapshot hash in the source code.
-The utility script
-`./contrib/devtools/utxo_snapshot.sh` may be of use.
-
## General background
- [assumeutxo proposal](https://github.com/jamesob/assumeutxo-docs/tree/2019-04-proposal/proposal)