Branch: refs/heads/master
Home: https://github.com/btcsuite/btcutil
Commit: d39a255dbce884b57b0807f959e58c28c137ca4a
https://github.com/btcsuite/btcutil/commit/d39a255dbce884b57b0807f959e58c28c137ca4a
Author: Dave Collins <[email protected]>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M bloom/merkleblock.go
Log Message:
-----------
Return matched tx indices from NewMerkleBlock.
This commit modifies the NewMerkleBlock function to return the matched
transaction indices instead of their hashes. This is being done because
it is much easier for the caller to lookup the matched transactions from
the original passed block based on their transaction index within the
block versus their hashes.