Skip to content

Commit

Permalink
Merge pull request #24 from dabura667/master
Browse files Browse the repository at this point in the history
Allow access to getrawmempool verbose mode
  • Loading branch information
gasteve authored Jan 15, 2018
2 parents 9d97e65 + 076af38 commit 7c45bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ RpcClient.callspec = {
getNetworkInfo: '',
getNewAddress: '',
getPeerInfo: '',
getRawMemPool: '',
getRawMemPool: 'bool',
getRawTransaction: 'str int',
getReceivedByAccount: 'str int',
getReceivedByAddress: 'str int',
Expand Down

0 comments on commit 7c45bf5

Please sign in to comment.