Prevent crashes due to missing or corrupted blk????.dat records
authorJeff Garzik <jgarzik@exmulti.com>
Tue, 22 May 2012 19:23:17 +0000 (15:23 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Tue, 19 Jun 2012 19:38:45 +0000 (15:38 -0400)
commit57ca021e7ee2fb80b4c06605b2126d54135ba7ff
tree7378748046f3eea7455afbe8a656e1a9a4a85fc9
parent4bd6299efdeb8438d0a58aa7c1083a6faeeaa71b
Prevent crashes due to missing or corrupted blk????.dat records

In LoadExternalBlockFile(), errors are already caught... silently.
Add a warning message, even though we do not abort the program due to
load error.
src/main.h