mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 25424cf57e into merged_master (Bitcoin PR #18346)
This commit is contained in:
commit
80db97d6db
8 changed files with 49 additions and 44 deletions
|
|
@ -774,7 +774,7 @@ static UniValue submitblock(const JSONRPCRequest& request)
|
|||
{"hexdata", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "the hex-encoded block data to submit"},
|
||||
{"dummy", RPCArg::Type::STR, /* default */ "ignored", "dummy value, for compatibility with BIP22. This value is ignored."},
|
||||
},
|
||||
RPCResults{},
|
||||
RPCResult{RPCResult::Type::NONE, "", "Returns JSON Null when valid, a string according to BIP22 otherwise"},
|
||||
RPCExamples{
|
||||
HelpExampleCli("submitblock", "\"mydata\"")
|
||||
+ HelpExampleRpc("submitblock", "\"mydata\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue