mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
Finish incomplete comment.
This commit is contained in:
parent
684582cde6
commit
bea4ccbeef
3
db.go
3
db.go
@ -64,7 +64,8 @@ type Db interface {
|
|||||||
// more are present, use the special id `AllShas'.
|
// more are present, use the special id `AllShas'.
|
||||||
FetchIdxRange(startid, endid int64) (rshalist []btcwire.ShaHash, err error)
|
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)
|
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
|
// FetchTxBufBySha returns the raw bytes and associated protocol version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user