Skip to content

Commit 710e5db

Browse files
committed
doc: Drop references to assumevalid in assumeutxo docs
1 parent 1ff1c34 commit 710e5db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/design/assumeutxo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# assumeutxo
22

33
Assumeutxo is a feature that allows fast bootstrapping of a validating bitcoind
4-
instance with a very similar security model to assumevalid.
4+
instance.
55

66
The RPC commands `dumptxoutset` and `loadtxoutset` are used to
77
respectively generate and load UTXO snapshots. The utility script

doc/release-notes-27596.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RPC
1212
`loadtxoutset` has been added, which allows loading a UTXO snapshot of the format
1313
generated by `dumptxoutset`. Once this snapshot is loaded, its contents will be
1414
deserialized into a second chainstate data structure, which is then used to sync to
15-
the network's tip under a security model very much like `assumevalid`.
15+
the network's tip.
1616

1717
Meanwhile, the original chainstate will complete the initial block download process in
1818
the background, eventually validating up to the block that the snapshot is based upon.

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ static RPCHelpMan loadtxoutset()
27072707
"Load the serialized UTXO set from disk.\n"
27082708
"Once this snapshot is loaded, its contents will be "
27092709
"deserialized into a second chainstate data structure, which is then used to sync to "
2710-
"the network's tip under a security model very much like `assumevalid`. "
2710+
"the network's tip. "
27112711
"Meanwhile, the original chainstate will complete the initial block download process in "
27122712
"the background, eventually validating up to the block that the snapshot is based upon.\n\n"
27132713

0 commit comments

Comments
 (0)