Skip to content

Commit 7c45bf5

Browse files
authored
Merge pull request #24 from dabura667/master
Allow access to getrawmempool verbose mode
2 parents 9d97e65 + 076af38 commit 7c45bf5

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
@@ -177,7 +177,7 @@ RpcClient.callspec = {
177177
getNetworkInfo: '',
178178
getNewAddress: '',
179179
getPeerInfo: '',
180-
getRawMemPool: '',
180+
getRawMemPool: 'bool',
181181
getRawTransaction: 'str int',
182182
getReceivedByAccount: 'str int',
183183
getReceivedByAddress: 'str int',

0 commit comments

Comments
 (0)