diff options
Diffstat (limited to 'doc/assumeutxo.md')
-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 |