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 /src | |
parent | 1ff1c34656d49d60a93066a886dc1bfad9baccf4 (diff) |
doc: Drop references to assumevalid in assumeutxo docs
Diffstat (limited to 'src')
-rw-r--r-- | src/rpc/blockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 528d5cfaec..605e7f1d05 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -2707,7 +2707,7 @@ static RPCHelpMan loadtxoutset() "Load the serialized UTXO set from disk.\n" "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.\n\n" |