Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: d552176e1d3d52060cf65c0a886bb9c99a7c5e27 https://github.com/btcsuite/btcd/commit/d552176e1d3d52060cf65c0a886bb9c99a7c5e27 Author: Dave Collins <da...@conformal.com> Date: 2017-02-01 (Wed, 01 Feb 2017)
Changed paths: M blockchain/chain.go Log Message: ----------- blockchain: Remove unused block node removal func. This removes the removeBlockNode function since it is no longer used after the addition of CLTV removed block node pruning.