Merge #618: Changed combineblocksigs example text to include updated pubkey/sig fields

868270a30 changed example text to include updated pubkey/sig fields (Mike Schmidt)

Pull request description:

  https://github.com/ElementsProject/elements/issues/617

Tree-SHA512: e8127dc93a3c7aa7a0a2ad8a9715b46f63604e40d5c24681a761891d74d4110c5b8f79bd1d69cf589363744bb81b6309acc7f1285208600da92aa4eeadb2bfa6
This commit is contained in:
Steven Roose 2019-05-13 10:58:59 +01:00
commit fa8765caeb
No known key found for this signature in database
GPG key ID: 2F2A88D7F8D68E87

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) {