We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d76898 commit b08c9e0Copy full SHA for b08c9e0
core/txindexer.go
@@ -127,7 +127,7 @@ func (indexer *txIndexer) loop(chain *BlockChain) {
127
lastHead uint64 // The latest announced chain head (whose tx indexes are assumed created)
128
lastTail = rawdb.ReadTxIndexTail(indexer.db) // The oldest indexed block, nil means nothing indexed
129
130
- headCh = make(chan ChainEvent, 1)
+ headCh = make(chan ChainEvent)
131
sub = chain.SubscribeChainAcceptedEvent(headCh)
132
)
133
if sub == nil {
0 commit comments