mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
UPSTREAM MERGE BROKEN: Merge commit 'f617e05c38' into master
This commit is contained in:
commit
7f894ae00b
393 changed files with 7992 additions and 3340 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <rpc/client.h>
|
||||
#include <rpc/protocol.h>
|
||||
#include <util.h>
|
||||
#include <util/system.h>
|
||||
|
||||
#include <set>
|
||||
#include <stdint.h>
|
||||
|
|
@ -45,7 +45,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "listreceivedbyaddress", 0, "minconf" },
|
||||
{ "listreceivedbyaddress", 1, "include_empty" },
|
||||
{ "listreceivedbyaddress", 2, "include_watchonly" },
|
||||
{ "listreceivedbyaddress", 3, "address_filter" },
|
||||
{ "listreceivedbylabel", 0, "minconf" },
|
||||
{ "listreceivedbylabel", 1, "include_empty" },
|
||||
{ "listreceivedbylabel", 2, "include_watchonly" },
|
||||
|
|
@ -148,7 +147,6 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "logging", 0, "include" },
|
||||
{ "logging", 1, "exclude" },
|
||||
{ "disconnectnode", 1, "nodeid" },
|
||||
{ "addwitnessaddress", 1, "p2sh" },
|
||||
// Echo with conversion (For testing only)
|
||||
{ "echojson", 0, "arg0" },
|
||||
{ "echojson", 1, "arg1" },
|
||||
|
|
@ -160,10 +158,12 @@ static const CRPCConvertParam vRPCConvertParams[] =
|
|||
{ "echojson", 7, "arg7" },
|
||||
{ "echojson", 8, "arg8" },
|
||||
{ "echojson", 9, "arg9" },
|
||||
// ELEMENTS:
|
||||
{ "rescanblockchain", 0, "start_height" },
|
||||
{ "rescanblockchain", 1, "stop_height" },
|
||||
{ "createwallet", 1, "disable_private_keys" },
|
||||
{ "getnodeaddresses", 0, "count"},
|
||||
//
|
||||
// ELEMENTS:
|
||||
{ "combineblocksigs", 1, "signatures" },
|
||||
{ "sendtomainchain", 1, "amount" },
|
||||
{ "sendtomainchain", 2, "subtractfeefromamount" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue