diff options
author | Matt Corallo <git@bluematt.me> | 2015-04-24 18:27:30 -0700 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2015-06-11 01:03:23 -0700 |
commit | 21bbd920e5cc02dae5e75795c1f0bbfba9a41b53 (patch) | |
tree | 0d19c14fe84346df6c0aef5169bec725cd71552e /src/rpcclient.cpp | |
parent | 1e0d1a2ff02982d6ffe61e70b027c56f3bf22d0b (diff) |
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 f254da5de0..ca673aa527 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 }, |