Skip to content

Commit

Permalink
Merge #618: Changed combineblocksigs example text to include updated …
Browse files Browse the repository at this point in the history
…pubkey/sig fields

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

Pull request description:

  #617

Tree-SHA512: e8127dc93a3c7aa7a0a2ad8a9715b46f63604e40d5c24681a761891d74d4110c5b8f79bd1d69cf589363744bb81b6309acc7f1285208600da92aa4eeadb2bfa6
  • Loading branch information
stevenroose committed May 13, 2019
2 parents 427903d + 868270a commit fa8765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/mining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fa8765c

Please sign in to comment.