diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2020-08-07 17:36:36 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2020-09-10 13:44:53 +0200 |
commit | 92326d89766155a792254d30a9962251b8fc7799 (patch) | |
tree | 5ecf9e916565ee452377c9db6082d09a340903b4 /src/rpc/client.cpp | |
parent | 2c2a1445dc9d22c9d729b8301c8b3f54195bcfcf (diff) |
[rpc] add send method
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r-- | src/rpc/client.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 4d08671bd2..6ef3294132 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -125,6 +125,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" }, |