changed example text to include updated pubkey/sig fields

This commit is contained in:
Mike Schmidt 2019-05-09 12:53:30 -05:00
parent 427903dd97
commit 868270a301

View file

@ -1037,7 +1037,7 @@ UniValue combineblocksigs(const JSONRPCRequest& request)
" \"complete\": true|false (numeric) If block is complete \n"
"}\n"
"\nExamples:\n"
+ HelpExampleCli("combineblocksigs", "<hex> [\"signature1\", \"signature2\", ...]")
+ HelpExampleCli("combineblocksigs", "<hex> '[{\"pubkey\":\"hex\",\"sig\":\"hex\"}, ...]'")
);
if (!g_signed_blocks) {