Make TxLoc comment consistent with others.

This commit is contained in:
Dave Collins 2013-05-30 11:39:43 -05:00
parent e98dc50b69
commit b8843a0fb6

View file

@ -155,7 +155,7 @@ func (b *Block) ProtocolVersion() uint32 {
return b.protocolVersion
}
// TxLoc() returns the offsets and lengths of each transaction in a raw block.
// TxLoc returns the offsets and lengths of each transaction in a raw block.
// It is used to allow fast indexing into transactions within the raw byte
// stream.
func (b *Block) TxLoc() ([]btcwire.TxLoc, error) {