Browse Source

minor update to RpcClient

patch-2
Stephen Pair 12 years ago
parent
commit
9c4163507a
  1. 4
      .gitignore
  2. 2
      RpcClient.js

4
.gitignore

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

2
RpcClient.js

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

Loading…
Cancel
Save