Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: de4fb243899fc988cb3f320bbec9bee95966691b
      
https://github.com/btcsuite/btcd/commit/de4fb243899fc988cb3f320bbec9bee95966691b
  Author: Dave Collins <[email protected]>
  Date:   2016-04-25 (Mon, 25 Apr 2016)

  Changed paths:
    M blockchain/chain.go
    M blockchain/chainio.go

  Log Message:
  -----------
  blockchain: Remove unused root field. (#680)

This removes the root field and all references to it from the BlockChain
since it is no longer required.

It was previously required because the chain state was not initialized
when the instance was created.  However, that is no longer the case, so
there is no reason to keep it around any longer.


Reply via email to