perf: enable tx indexer
This commit is contained in:
parent
8749c8e8ce
commit
73477bd0fc
@ -53,6 +53,7 @@ type txIndexer struct {
|
||||
|
||||
// newTxIndexer initializes the transaction indexer.
|
||||
func newTxIndexer(limit uint64, chain *BlockChain) *txIndexer {
|
||||
limit = 0
|
||||
indexer := &txIndexer{
|
||||
limit: limit,
|
||||
db: chain.db,
|
||||
|
Loading…
Reference in New Issue
Block a user