From 17e7a7eedb2945b717884ceb5dc9655236cd12df Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 11 May 2016 13:13:33 -0400 Subject: [PATCH] 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81a2bec8..bbd99939 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ ], "dependencies": { "async": "^1.3.0", - "bitcoind-rpc": "braydonf/bitcoind-rpc#95836dbc3a4498d7eee8a5b35dceee059ca67fda", + "bitcoind-rpc": "braydonf/bitcoind-rpc#594d9aa0bee54ab247578785bd2acd16a8c012e6", "bitcore-lib": "^0.13.13", "body-parser": "^1.13.3", "colors": "^1.1.2",