diff options
| author | Andrew Chow <[email protected]> | 2018-07-20 18:24:16 -0700 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2019-02-16 00:04:27 -0500 |
| commit | 08f749c9147a5f3fdbbd880e0974b97084429002 (patch) | |
| tree | b54ee7d58a907acbe39af79fd2e8d226a2b520fe /src/rpc/client.cpp | |
| parent | Implement utxoupdatepsbt RPC and tests (diff) | |
| download | discoin-08f749c9147a5f3fdbbd880e0974b97084429002.tar.xz discoin-08f749c9147a5f3fdbbd880e0974b97084429002.zip | |
Implement joinpsbts RPC and tests
Adds a joinpsbts RPC which combines multiple distinct PSBTs into
one PSBT.
Diffstat (limited to 'src/rpc/client.cpp')
| -rw-r--r-- | src/rpc/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index c5694e6d5..1cdc9f87a 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -112,6 +112,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "createpsbt", 2, "locktime" }, { "createpsbt", 3, "replaceable" }, { "combinepsbt", 0, "txs"}, + { "joinpsbts", 0, "txs"}, { "finalizepsbt", 1, "extract"}, { "converttopsbt", 1, "permitsigdata"}, { "converttopsbt", 2, "iswitness"}, |