mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Add example to sendtoaddress, generateasset, signblock, combineblocksigs, dumpblindingkey, and importblindingkey
This commit is contained in:
parent
9953939542
commit
a83902e70a
3 changed files with 9 additions and 2 deletions
|
|
@ -203,7 +203,7 @@ UniValue combineblocksigs(const UniValue& params, bool fHelp)
|
|||
" \"complete\": n (numeric) if block is complete \n"
|
||||
"}\n"
|
||||
"\nExamples:\n"
|
||||
+ HelpExampleCli("combineblocksigs", "")
|
||||
+ HelpExampleCli("combineblocksigs", "<hex> [\"signature1\", \"signature2\", ...]")
|
||||
);
|
||||
|
||||
CBlock block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue