doc: Add -rpcclienttimeout=0 to loadtxoutset examples

pull/30808/head
Fabian Jahr 2 months ago
parent 598b9bba5a
commit c5eaae3b89
No known key found for this signature in database
GPG Key ID: F13D1E9D890798CD

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

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

Loading…
Cancel
Save