Add missing comma from rescanblockchain

This commit is contained in:
MeshCollider 2017-10-14 12:34:04 +13:00
parent 326a5652e0
commit 43f76f6acd
1 changed files with 1 additions and 1 deletions

View File

@ -3233,7 +3233,7 @@ UniValue rescanblockchain(const JSONRPCRequest& request)
"}\n"
"\nExamples:\n"
+ HelpExampleCli("rescanblockchain", "100000 120000")
+ HelpExampleRpc("rescanblockchain", "100000 120000")
+ HelpExampleRpc("rescanblockchain", "100000, 120000")
);
}