mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
commit_data is entirely optional
This commit is contained in:
parent
f60e0684d1
commit
6ba90ef1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1017,7 +1017,7 @@ UniValue getnewblockhex(const JSONRPCRequest& request)
|
|||
},
|
||||
},
|
||||
"proposed_parameters"},
|
||||
{"commit_data", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "Data in hex to be committed to in an additional coinbase output."},
|
||||
{"commit_data", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED_NAMED_ARG, "Data in hex to be committed to in an additional coinbase output."},
|
||||
},
|
||||
RPCResult{
|
||||
"blockhex (hex) The block hex\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue