Skip to content

Commit

Permalink
Add missing comma from rescanblockchain
Browse files Browse the repository at this point in the history
  • Loading branch information
meshcollider committed Oct 13, 2017
1 parent 326a565 commit 43f76f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3233,7 +3233,7 @@ UniValue rescanblockchain(const JSONRPCRequest& request)
"}\n"
"\nExamples:\n"
+ HelpExampleCli("rescanblockchain", "100000 120000")
+ HelpExampleRpc("rescanblockchain", "100000 120000")
+ HelpExampleRpc("rescanblockchain", "100000, 120000")
);
}

Expand Down

0 comments on commit 43f76f6

Please sign in to comment.