mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-19 18:09:47 +01:00
doc: Add -rpcclienttimeout=0 to loadtxoutset examples
This commit is contained in:
parent
598b9bba5a
commit
c5eaae3b89
@ -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…
Reference in New Issue
Block a user