Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
poonai committed Mar 22, 2024
1 parent 98ae1a4 commit e231a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethmonitor/ethmonitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ func (m *Monitor) UnsubscribeAll(err error) {

for _, sub := range subs {
sub.err = err
sub.unsubscribe()
sub.Unsubscribe()
}
}

Expand Down

0 comments on commit e231a73

Please sign in to comment.