From c5eaae3b89c67c664c24a53908bea608785e481d Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Wed, 4 Sep 2024 01:11:30 +0200 Subject: doc: Add -rpcclienttimeout=0 to loadtxoutset examples --- doc/assumeutxo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3