perf: enable tx indexer

This commit is contained in:
will@2012 2024-05-20 21:10:14 +08:00
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,