Skip to content

Commit 076af38

Browse files
authored
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
1 parent da5d5ec commit 076af38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ RpcClient.callspec = {
175175
getMiningInfo: '',
176176
getNewAddress: '',
177177
getPeerInfo: '',
178-
getRawMemPool: '',
178+
getRawMemPool: 'bool',
179179
getRawTransaction: 'str int',
180180
getReceivedByAccount: 'str int',
181181
getReceivedByAddress: 'str int',

0 commit comments

Comments
 (0)