Fix redis erroring on non found blocks
authorest31 <MTest31@outlook.com>
Sat, 26 Sep 2015 21:29:08 +0000 (23:29 +0200)
committerest31 <MTest31@outlook.com>
Sat, 26 Sep 2015 21:42:55 +0000 (23:42 +0200)
commit4338f100f84100f5779d4e12fe23d359f94ef718
tree28f0a0d5ae778b3b2bc99954ad119b37307be0a5
parent88a44122abdef9c23c5ab984742f12e4fbd41188
Fix redis erroring on non found blocks

Thanks to @netinetwalker for spotting the error, proposing a fix, and testing it.

Error due to @est31's merging changes to PR #3202 to add more error reporting for invalid reply types, commit:

524a7656e3e5cd671b05c13e2ad69cb84bad0423 "redis: throw error if block request failed"

Now we branch out on the valid reply type "not found".
src/database-redis.cpp