Browse Source

Added getBestBlockHash command to callspect

patch-2
Gustavo Cortez 11 years ago
parent
commit
07adf0b61c
  1. 1
      RpcClient.js

1
RpcClient.js

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

Loading…
Cancel
Save