Merge branch 'dev' into jl777

This commit is contained in:
jl777
2018-09-15 21:50:40 -11:00
3 changed files with 7 additions and 7 deletions

View File

@@ -825,7 +825,7 @@ UniValue kvsearch(const UniValue& params, bool fHelp)
"}\n"
"\nExamples:\n"
+ HelpExampleCli("kvsearch", "examplekey")
+ HelpExampleRpc("kvsearch", "examplekey")
+ HelpExampleRpc("kvsearch", "\"examplekey\"")
);
LOCK(cs_main);
if ( (keylen= (int32_t)strlen(params[0].get_str().c_str())) > 0 )