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: '',
encryptWallet: '',
getAccount: '',
getAccountAddress: '',
getAccountAddress: 'str',
getAddedNodeInfo: '',
getAddressesByAccount: '',
getBalance: 'str int',

Loading…
Cancel
Save