mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
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:
commit
fa8765caeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue