Remove orphan state wipe from UnloadBlockIndex.
commit87c35f584397e2309970afdcca8e03731a86639e
authorMatt Corallo <git@bluematt.me>
Thu, 1 Dec 2016 23:00:37 +0000 (1 15:00 -0800)
committerMatt Corallo <git@bluematt.me>
Fri, 2 Dec 2016 00:08:34 +0000 (1 16:08 -0800)
tree16a6179d5536e790936c2a4a422ec7afb3ac1138
parentdc6dee41f7cf2ba93fcd0fea7c157e4b2775d439
Remove orphan state wipe from UnloadBlockIndex.

As orphan state is now "network state", like in
d6ea737be19a0001e69e4e854eb1cef21523ea7a,

UnloadBlockIndex is only used during init if we end up reindexing
to clear our block state so that we can start over. However, at
that time no connections have been brought up as CConnman hasn't
been started yet, so all of the network processing state logic is
empty when its called.
src/main.cpp