Skip to content

Commit

Permalink
bugfix: making the error channel on unlock subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Oct 25, 2024
1 parent a960b53 commit 198b880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quai/filters/filter_system.go
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ func (es *EventSystem) SubscribeUnlocks(unlocks chan core.UnlocksEvent) *Subscri
logs: make(chan []*types.Log),
hashes: make(chan []common.Hash),
installed: make(chan struct{}),
err: make(chan error),
unlocks: unlocks,
}
return es.subscribe(sub)
Expand Down

0 comments on commit 198b880

Please sign in to comment.