mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge ffaac6e614 into merged_master (Bitcoin PR #16378)
Adds a new "send" RPC which I didn't really look at too closely to match our other RPC modifications. In particular our backport of #17211 adds a "solving_data" field to other transaction-creation RPCs, but not this one. (But I checked the current status of #17211 and Andy hasn't updated upstream either, just passes NullUniValue to FundTransaction from `send`. So that's what I did here.)
This commit is contained in:
commit
5e62edcf8e
8 changed files with 575 additions and 24 deletions
|
|
@ -128,6 +128,9 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "gettxoutproof", 0, "txids" },
|
||||
{ "lockunspent", 0, "unlock" },
|
||||
{ "lockunspent", 1, "transactions" },
|
||||
{ "send", 0, "outputs" },
|
||||
{ "send", 1, "conf_target" },
|
||||
{ "send", 3, "options" },
|
||||
{ "importprivkey", 2, "rescan" },
|
||||
{ "importaddress", 2, "rescan" },
|
||||
{ "importaddress", 3, "p2sh" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue