Merge branch 'dev' of https://github.com/jl777/komodo into jl777-dev

fix merge conflict
This commit is contained in:
blackjok3r
2018-09-19 13:46:01 +08:00
9 changed files with 35 additions and 18 deletions

View File

@@ -820,7 +820,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 )