From e578aa978abb636d4388a1c1a18d7fa6c169f145 Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 17 Feb 2016 13:03:47 -0500 Subject: [PATCH] Recognize the getcoinsupply RPC. --- lib/RpcClient.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/RpcClient.js b/lib/RpcClient.js index 8ba7445fba5..fa0bfd68eff 100644 --- a/lib/RpcClient.js +++ b/lib/RpcClient.js @@ -46,6 +46,7 @@ var callspec = { getBlockHash: 'int', getBlockNumber: '', getBlockTemplate: '', + getCoinSupply: '', getConnectionCount: '', getDifficulty: '', getGenerate: '',