diff options
| author | Matt Corallo <[email protected]> | 2015-04-24 18:27:30 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-06-11 01:03:23 -0700 |
| commit | 21bbd920e5cc02dae5e75795c1f0bbfba9a41b53 (patch) | |
| tree | 0d19c14fe84346df6c0aef5169bec725cd71552e /src/rpcclient.cpp | |
| parent | Add FundTransaction method to wallet (diff) | |
| download | discoin-21bbd920e5cc02dae5e75795c1f0bbfba9a41b53.tar.xz discoin-21bbd920e5cc02dae5e75795c1f0bbfba9a41b53.zip | |
Add fundrawtransaction RPC method
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 f254da5de..ca673aa52 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 }, |