From fde1cb75a5c2e8bc34cbb853d3f3b607bcce50bc Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Sat, 14 Sep 2013 22:58:23 -0400 Subject: [PATCH] RpcClient: getAccountAddress takes string param --- RpcClient.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RpcClient.js b/RpcClient.js index 631c089..2137bfb 100644 --- a/RpcClient.js +++ b/RpcClient.js @@ -35,7 +35,7 @@ function ClassSpec(b) { dumpPrivKey: '', encryptWallet: '', getAccount: '', - getAccountAddress: '', + getAccountAddress: 'str', getAddedNodeInfo: '', getAddressesByAccount: '', getBalance: 'str int',