diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-22 17:10:09 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-06-23 12:40:00 +0200 |
| commit | 91389e51c78ae3565b037e31dd5382b52bd75136 (patch) | |
| tree | e38a1457340ce17036b9e257d75fb46958fa6699 /src/rpcclient.cpp | |
| parent | Merge pull request #6303 (diff) | |
| parent | fundrawtransaction tests (diff) | |
| download | discoin-91389e51c78ae3565b037e31dd5382b52bd75136.tar.xz discoin-91389e51c78ae3565b037e31dd5382b52bd75136.zip | |
Merge pull request #6088
2085895 fundrawtransaction tests (Jonas Schnelli)
21bbd92 Add fundrawtransaction RPC method (Matt Corallo)
1e0d1a2 Add FundTransaction method to wallet (Matt Corallo)
2d84e22 Small tweaks to CCoinControl for fundrawtransaction (Matt Corallo)
9b4e7d9 Add DummySignatureCreator which just creates zeroed sigs (Pieter Wuille)
Diffstat (limited to 'src/rpcclient.cpp')
| -rw-r--r-- | src/rpcclient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 1d94e4f61..4c6b47e4a 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -78,6 +78,7 @@ static const CRPCConvertParam vRPCConvertParams[] = { "signrawtransaction", 1 }, { "signrawtransaction", 2 }, { "sendrawtransaction", 1 }, + { "fundrawtransaction", 1 }, { "gettxout", 1 }, { "gettxout", 2 }, { "gettxoutproof", 0 }, |