Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpcclient: add params to be parsed as JSON
There was an issue where getblockhashes wouldn't work from bitcoin-cli as the two params would be strings instead of integers. This fixes that issue, and will parse the first param as JSON for other addressindex related rpc methods.
- Loading branch information