diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2024-09-04 01:11:30 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2024-09-04 15:49:04 +0200 |
commit | c5eaae3b89c67c664c24a53908bea608785e481d (patch) | |
tree | c38770e44b137d92e89f2da0a40920d54faa8f31 /doc | |
parent | 598b9bba5aa95d0b5f78ab90ac491f742819047a (diff) |
doc: Add -rpcclienttimeout=0 to loadtxoutset examples
Diffstat (limited to 'doc')
-rw-r--r-- | doc/assumeutxo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/assumeutxo.md b/doc/assumeutxo.md index 4584eebf43..2b3f2bac47 100644 --- a/doc/assumeutxo.md +++ b/doc/assumeutxo.md @@ -17,7 +17,7 @@ Once you've obtained the snapshot, you can use the RPC command `loadtxoutset` to load it. ``` -$ bitcoin-cli loadtxoutset /path/to/input +$ bitcoin-cli -rpcclienttimeout=0 loadtxoutset /path/to/input ``` After the snapshot has loaded, the syncing process of both the snapshot chain |