Skip to content

Commit 29ddee1

Browse files
committed
Merge bitcoin/bitcoin#31478: docs: remove repetitive words
015aad8 docs: remove repetitive words (RiceChuan) Pull request description: remove repetitive words ACKs for top commit: maflcko: lgtm ACK 015aad8 hebasto: ACK 015aad8. Tree-SHA512: c241d19786c1fb9836f7c5b3bf4f16df737d3bee75556cecea354b66a7ab653f524ec020676b04a001daeb4293c2cd3e7a0b9b7f54df44d88290bf4409f7b304
2 parents 62bd61d + 015aad8 commit 29ddee1

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)