fix kv example

This commit is contained in:
Alrighttt
2018-09-12 02:45:38 +02:00
parent 55e9d1e59f
commit 85dea2c444
2 changed files with 2 additions and 2 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 )