Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: 05c7c1402315b30df532e056351e6f8e02e64fc2 https://github.com/btcsuite/btcd/commit/05c7c1402315b30df532e056351e6f8e02e64fc2 Author: Dave Collins <da...@conformal.com> Date: 2017-02-03 (Fri, 03 Feb 2017)
Changed paths: M blockchain/process.go Log Message: ----------- blockchain: Ignore side chains in exists check. Since the code base is currently in the process of changing over to decouple download and connection logic, but not all of the necessary parts are updated yet, ensure blocks that are in the database, but do not have an associated main chain block index entry, are treated as if they do not exist for the purposes of chain connection and selection logic.