mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
Merge bitcoin/bitcoin#30973: doc: fix loadtxoutset
example
286725168a
doc: fix loadtxoutset example (fanquake) Pull request description: The current order is incorrect: ```bash ./build/src/bitcoin-cli loadtxoutset -rpcclienttimeout=0 utxo-840000.dat error code: -1 error message: loadtxoutset "path" ``` ACKs for top commit: maflcko: review ACK286725168a
theStack: ACK286725168a
BrandonOdiwuor: ACK286725168a
Tree-SHA512: cc58b94ccdbf5b3925af1e9cbebbe5f1ed9d0ad1bad4c0d1acd2482b39edebb43a811576d3fb0dca66d2a98e13a8ffd7c9754fda62121beb674dee115f984346
This commit is contained in:
commit
e13da501db
1 changed files with 1 additions and 1 deletions
|
@ -3023,7 +3023,7 @@ static RPCHelpMan loadtxoutset()
|
|||
}
|
||||
},
|
||||
RPCExamples{
|
||||
HelpExampleCli("loadtxoutset -rpcclienttimeout=0", "utxo.dat")
|
||||
HelpExampleCli("-rpcclienttimeout=0 loadtxoutset", "utxo.dat")
|
||||
},
|
||||
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue