Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: 61a15f6f1bea14cb47aa4d70dd3d38dee5e7c701 https://github.com/btcsuite/btcd/commit/61a15f6f1bea14cb47aa4d70dd3d38dee5e7c701 Author: David Hill <[email protected]> Date: 2016-07-25 (Mon, 25 Jul 2016)
Changed paths:
M blockchain/chain.go
Log Message:
-----------
blockchain: optimize HaveBlock (#720)
If a block is known to exist in the memory chain or database then
there is no need to check the orphan pool.
