diff options
| author | Sjors Provoost <[email protected]> | 2020-08-07 17:36:36 +0200 |
|---|---|---|
| committer | Sjors Provoost <[email protected]> | 2020-09-10 13:44:53 +0200 |
| commit | 92326d89766155a792254d30a9962251b8fc7799 (patch) | |
| tree | 5ecf9e916565ee452377c9db6082d09a340903b4 /src/rpc/client.cpp | |
| parent | [rpc] add snake case aliases for transaction methods (diff) | |
| download | discoin-92326d89766155a792254d30a9962251b8fc7799.tar.xz discoin-92326d89766155a792254d30a9962251b8fc7799.zip | |
[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 4d08671bd..6ef329413 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" }, |