Finish incomplete comment.
This commit is contained in:
parent
684582cde6
commit
bea4ccbeef
1 changed files with 2 additions and 1 deletions
3
db.go
3
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
|
||||
|
|
Loading…
Reference in a new issue