Move error logging for block-not-found from GetBlock to GetBlockHandler.
authorWard Vandewege <ward@curoverse.com>
Wed, 2 Jul 2014 01:27:34 +0000 (21:27 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 2 Jul 2014 01:48:17 +0000 (21:48 -0400)
It doesn't belong in GetBlock because GetBlock is also called from
PutBlock, which checks to see if a block exists before it writes it
again.

In other words, in the most common scenario (a PUT of a new block), Keep
should not print a bogus error message.


No differences found