Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: 2274d3633329dfcf098fdf141ea69c8bd01a5aa2 https://github.com/btcsuite/btcd/commit/2274d3633329dfcf098fdf141ea69c8bd01a5aa2 Author: Dave Collins <da...@conformal.com> Date: 2016-10-26 (Wed, 26 Oct 2016)
Changed paths: M blockmanager.go M cpuminer.go M mining.go M rpcserver.go Log Message: ----------- bmgr: Remove block manager chain state. This removes the block manager chain state in favor of using the blockchain.BlockChain instance now that it is safe for concurrency.