doc: Add -rpcclienttimeout=0 to loadtxoutset examples

This commit is contained in:
Fabian Jahr 2024-09-04 01:11:30 +02:00
parent 598b9bba5a
commit c5eaae3b89
No known key found for this signature in database
GPG Key ID: F13D1E9D890798CD
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -3005,7 +3005,7 @@ static RPCHelpMan loadtxoutset()
}
},
RPCExamples{
HelpExampleCli("loadtxoutset", "utxo.dat")
HelpExampleCli("loadtxoutset -rpcclienttimeout=0", "utxo.dat")
},
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
{