Merge pull request #1299 from isocolsky/estimate_fee

Add estimatefee rpc call
This commit is contained in:
Matias Alejo Garcia 2015-07-15 23:17:34 -03:00
commit 51c53b16ce

View File

@ -34,6 +34,7 @@ var callspec = {
decodeRawTransaction: '',
dumpPrivKey: '',
encryptWallet: '',
estimateFee: 'int',
getAccount: '',
getAccountAddress: 'str',
getAddedNodeInfo: '',