Finish incomplete comment.

This commit is contained in:
Dave Collins 2013-05-30 17:21:15 -05:00
parent 684582cde6
commit bea4ccbeef

3
db.go
View file

@ -64,7 +64,8 @@ type Db interface {
// more are present, use the special id `AllShas'.
FetchIdxRange(startid, endid int64) (rshalist []btcwire.ShaHash, err error)
// FetchTxAllBySha returns a
// FetchTxAllBySha returns several pieces of data for a given
// transaction hash.
FetchTxAllBySha(txsha *btcwire.ShaHash) (rtx *btcwire.MsgTx, rtxbuf []byte, rpver uint32, rblksha *btcwire.ShaHash, err error)
// FetchTxBufBySha returns the raw bytes and associated protocol version