From b8843a0fb623b980c55f35fe6a706841d79cf2b0 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 30 May 2013 11:39:43 -0500 Subject: [PATCH] Make TxLoc comment consistent with others. --- block.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block.go b/block.go index 24698dc..5fa860b 100644 --- a/block.go +++ b/block.go @@ -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) {