mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 0753c73927 into merged_master (Bitcoin PR #16596)
This commit is contained in:
commit
3d8887b99f
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ static UniValue getblocktemplate(const JSONRPCRequest& request)
|
|||
"}\n"
|
||||
},
|
||||
RPCExamples{
|
||||
HelpExampleCli("getblocktemplate", "{\"rules\": [\"segwit\"]}")
|
||||
HelpExampleCli("getblocktemplate", "'{\"rules\": [\"segwit\"]}'")
|
||||
+ HelpExampleRpc("getblocktemplate", "{\"rules\": [\"segwit\"]}")
|
||||
},
|
||||
}.Check(request);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue