eth/filters: put back chain event

This commit is contained in:
Felix Lange 2024-04-18 12:49:18 +02:00
parent 2223a9e89c
commit cb41f82f87

View file

@ -419,6 +419,8 @@ func (es *EventSystem) eventLoop() {
es.handleLogs(index, ev)
case ev := <-es.rmLogsCh:
es.handleLogs(index, ev.Logs)
case ev := <-es.chainCh:
es.handleChainEvent(index, ev)
case f := <-es.install:
index[f.typ][f.id] = f