Browse Source

RpcClient: getAccountAddress takes string param

patch-2
Jeff Garzik 11 years ago
parent
commit
fde1cb75a5
  1. 2
      RpcClient.js

2
RpcClient.js

@ -35,7 +35,7 @@ function ClassSpec(b) {
dumpPrivKey: '', dumpPrivKey: '',
encryptWallet: '', encryptWallet: '',
getAccount: '', getAccount: '',
getAccountAddress: '', getAccountAddress: 'str',
getAddedNodeInfo: '', getAddedNodeInfo: '',
getAddressesByAccount: '', getAddressesByAccount: '',
getBalance: 'str int', getBalance: 'str int',

Loading…
Cancel
Save