Make TxLoc comment consistent with others.
This commit is contained in:
parent
e98dc50b69
commit
b8843a0fb6
1 changed files with 1 additions and 1 deletions
2
block.go
2
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) {
|
||||
|
|
Loading…
Reference in a new issue