mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge branch 'master' into catchup
This commit is contained in:
commit
dc900eb7d7
10 changed files with 137 additions and 58 deletions
|
|
@ -1034,7 +1034,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