Do not inv old or missing blocks when pruning
commit0da6ae2dc312ad180dd5118a41810d2ee95f01d4
authorSuhas Daftuar <sdaftuar@gmail.com>
Wed, 13 May 2015 00:56:50 +0000 (12 20:56 -0400)
committerSuhas Daftuar <sdaftuar@gmail.com>
Wed, 17 Jun 2015 19:37:50 +0000 (17 15:37 -0400)
treef3ad4fa4756ec8d438be67a7d8f8bcda37ada00b
parent484821870b5a92f64d3075cfd30757ea8bd29739
Do not inv old or missing blocks when pruning

When responding to a getblocks message, only return inv's as
long as we HAVE_DATA for blocks in the chain, and only for blocks
that we aren't likely to delete in the near future.
src/main.cpp