build: bitcoind-rpc with explicit work limit exceeded handling

fixes an issues were 500 error codes are used for both block not found
as well as work limit exceeded errors
This commit is contained in:
Braydon Fuller 2016-05-11 13:13:33 -04:00
parent 98bfd358d3
commit 17e7a7eedb
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
], ],
"dependencies": { "dependencies": {
"async": "^1.3.0", "async": "^1.3.0",
"bitcoind-rpc": "braydonf/bitcoind-rpc#95836dbc3a4498d7eee8a5b35dceee059ca67fda", "bitcoind-rpc": "braydonf/bitcoind-rpc#594d9aa0bee54ab247578785bd2acd16a8c012e6",
"bitcore-lib": "^0.13.13", "bitcore-lib": "^0.13.13",
"body-parser": "^1.13.3", "body-parser": "^1.13.3",
"colors": "^1.1.2", "colors": "^1.1.2",