From 076af38f5358ef7f088059c7d14488ab58871e8e Mon Sep 17 00:00:00 2001 From: Dabura667 Date: Sun, 30 Apr 2017 12:54:55 +0900 Subject: [PATCH] Allow access to getrawmempool verbose mode This will give access to the ancestorsize and ancestorfees for txes in the mempool. I am using this to implement CPFP needed fees api for insight-api --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 7beb313..1a39592 100644 --- a/lib/index.js +++ b/lib/index.js @@ -175,7 +175,7 @@ RpcClient.callspec = { getMiningInfo: '', getNewAddress: '', getPeerInfo: '', - getRawMemPool: '', + getRawMemPool: 'bool', getRawTransaction: 'str int', getReceivedByAccount: 'str int', getReceivedByAddress: 'str int',