Skip to content

Commit 43f76f6

Browse files
committed
Add missing comma from rescanblockchain
1 parent 326a565 commit 43f76f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3233,7 +3233,7 @@ UniValue rescanblockchain(const JSONRPCRequest& request)
32333233
"}\n"
32343234
"\nExamples:\n"
32353235
+ HelpExampleCli("rescanblockchain", "100000 120000")
3236-
+ HelpExampleRpc("rescanblockchain", "100000 120000")
3236+
+ HelpExampleRpc("rescanblockchain", "100000, 120000")
32373237
);
32383238
}
32393239

0 commit comments

Comments
 (0)