Skip to content

Commit 015aad8

Browse files
committed
docs: remove repetitive words
Signed-off-by: RiceChuan <lc582041246@gmail.com>
1 parent 62bd61d commit 015aad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2942,7 +2942,7 @@ static RPCHelpMan dumptxoutset()
29422942
return RPCHelpMan{
29432943
"dumptxoutset",
29442944
"Write the serialized UTXO set to a file. This can be used in loadtxoutset afterwards if this snapshot height is supported in the chainparams as well.\n\n"
2945-
"Unless the the \"latest\" type is requested, the node will roll back to the requested height and network activity will be suspended during this process. "
2945+
"Unless the \"latest\" type is requested, the node will roll back to the requested height and network activity will be suspended during this process. "
29462946
"Because of this it is discouraged to interact with the node in any other way during the execution of this call to avoid inconsistent results and race conditions, particularly RPCs that interact with blockstorage.\n\n"
29472947
"This call may take several minutes. Make sure to use no RPC timeout (bitcoin-cli -rpcclienttimeout=0)",
29482948
{

0 commit comments

Comments
 (0)