mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 09:50:08 +01:00
zap errCFEntry
This commit is contained in:
parent
92c8ec4094
commit
6d6677b797
@ -6,7 +6,6 @@ package indexers
|
||||
|
||||
import (
|
||||
"encoding/binary"
|
||||
"errors"
|
||||
"fmt"
|
||||
|
||||
"github.com/btcsuite/btcd/blockchain"
|
||||
@ -27,10 +26,6 @@ var (
|
||||
// cfIndexKey is the name of the db bucket used to house the
|
||||
// block hash -> CF index.
|
||||
cfIndexKey = []byte("cfbyhashidx")
|
||||
|
||||
// errNoCFEntry is an error that indicates a requested entry does
|
||||
// not exist in the CF index.
|
||||
errCFEntry = errors.New("no entry in the block ID index")
|
||||
)
|
||||
|
||||
func dbFetchCFIndexEntry(dbTx database.Tx, blockHash *chainhash.Hash) ([]byte,
|
||||
|
Loading…
Reference in New Issue
Block a user