Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: f891391f7cb697f1023a948feb67b6c3c88ede08
      
https://github.com/btcsuite/btcd/commit/f891391f7cb697f1023a948feb67b6c3c88ede08
  Author: Dave Collins <[email protected]>
  Date:   2015-07-28 (Tue, 28 Jul 2015)

  Changed paths:
    M peer.go

  Log Message:
  -----------
  peer: Optimize merkle block handling.

This commit updates the merkle block handling to for the latest changes
to the btcutil API and optimizes it along the way.

Previously, the code was inefficiently reloading the transactions for
the matched hashes from the database instead of simply pulling them from
the full block that was used to create the merkle block.


Reply via email to