From 9c4163507a1bacfdf4f5c248d81949efd359861f Mon Sep 17 00:00:00 2001 From: Stephen Pair Date: Wed, 17 Jul 2013 14:09:59 -0400 Subject: [PATCH] minor update to RpcClient --- .gitignore | 4 ++-- RpcClient.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3fbd98..3e2e84b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -build -node_modules +build/ +node_modules/ diff --git a/RpcClient.js b/RpcClient.js index 224706a..1a091ef 100644 --- a/RpcClient.js +++ b/RpcClient.js @@ -29,7 +29,7 @@ function ClassSpec(b) { getAccountAddress: '', getAddedNodeInfo: '', getAddressesByAccount: '', - getBalance: '', + getBalance: 'str int', getBlock: '', getBlockCount: '', getBlockHash: 'int',