Browse Source

Add missing comma from rescanblockchain

0.16
MeshCollider 7 years ago
parent
commit
43f76f6acd
  1. 2
      src/wallet/rpcwallet.cpp

2
src/wallet/rpcwallet.cpp

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

Loading…
Cancel
Save