mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
changed example text to include updated pubkey/sig fields
This commit is contained in:
parent
427903dd97
commit
868270a301
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