Merge pull request #19 from cmgustavo/feature/add_getbestblockhash_to_rpcclient

Added getBestBlockHash command to callspect
This commit is contained in:
Ryan X. Charles 2014-01-15 14:36:02 -08:00
commit ca4fd3d6bd
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ function ClassSpec(b) {
getAddedNodeInfo: '',
getAddressesByAccount: '',
getBalance: 'str int',
getBestBlockHash: '',
getBlock: '',
getBlockCount: '',
getBlockHash: 'int',