From bea4ccbeef330274ebcfeb019694c34b0e8b1593 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 30 May 2013 17:21:15 -0500 Subject: [PATCH] Finish incomplete comment. --- db.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/db.go b/db.go index f0f541cd..91054895 100644 --- a/db.go +++ b/db.go @@ -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