minor update to RpcClient

This commit is contained in:
Stephen Pair 2013-07-17 14:09:59 -04:00
parent dd8af11102
commit 9c4163507a
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
build
node_modules
build/
node_modules/

View File

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