From 07adf0b61cd90b118d3fc831796deb3a0e1896ec Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Wed, 15 Jan 2014 18:23:50 -0300 Subject: [PATCH] Added getBestBlockHash command to callspect --- RpcClient.js | 1 + 1 file changed, 1 insertion(+) diff --git a/RpcClient.js b/RpcClient.js index 959ea31..5d9f273 100644 --- a/RpcClient.js +++ b/RpcClient.js @@ -39,6 +39,7 @@ function ClassSpec(b) { getAddedNodeInfo: '', getAddressesByAccount: '', getBalance: 'str int', + getBestBlockHash: '', getBlock: '', getBlockCount: '', getBlockHash: 'int',