From 6884de34ce4059a4244bec5cee58eb01eec5ac04 Mon Sep 17 00:00:00 2001 From: BT Date: Mon, 27 Apr 2020 00:54:42 +0700 Subject: [PATCH] Add support bitcoin-cli getnetworkhashps Add support bitcoin-cli getnetworkhashps --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index d28d541..c17bba7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -198,6 +198,7 @@ RpcClient.callspec = { getDifficulty: '', getGenerate: '', getHashesPerSec: '', + getNetworkHashPs: '', getInfo: '', getMemoryPool: '', getMemPoolEntry: 'str',