diff options
| author | Alex Morcos <[email protected]> | 2015-11-16 15:26:57 -0500 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2015-11-16 15:42:31 -0500 |
| commit | 56106a3300f844afcadf6dce50d5ef1d337f50b9 (patch) | |
| tree | f6a0f45ee2744deac348d981b127c4ab5c7f1ee8 /src/rpcclient.cpp | |
| parent | add estimateSmartFee to the unit test (diff) | |
| download | discoin-56106a3300f844afcadf6dce50d5ef1d337f50b9.tar.xz discoin-56106a3300f844afcadf6dce50d5ef1d337f50b9.zip | |
Expose RPC calls for estimatesmart functions
Also add testing for estimatesmartfee in smartfees.py
Diffstat (limited to 'src/rpcclient.cpp')
| -rw-r--r-- | src/rpcclient.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 343b6234d..cab581901 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -96,6 +96,8 @@ static const CRPCConvertParam vRPCConvertParams[] = { "getrawmempool", 0 }, { "estimatefee", 0 }, { "estimatepriority", 0 }, + { "estimatesmartfee", 0 }, + { "estimatesmartpriority", 0 }, { "prioritisetransaction", 1 }, { "prioritisetransaction", 2 }, { "setban", 2 }, |