Skip to content

Commit

Permalink
remove unused event broadcaster plumbing (#11033)
Browse files Browse the repository at this point in the history
  • Loading branch information
krehermann authored Oct 22, 2023
1 parent 958c37c commit 3b0fae7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
18 changes: 0 additions & 18 deletions core/internal/mocks/application.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion core/services/chainlink/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ type Application interface {
GetConfig() GeneralConfig
SetLogLevel(lvl zapcore.Level) error
GetKeyStore() keystore.Master
GetEventBroadcaster() pg.EventBroadcaster
WakeSessionReaper()
GetWebAuthnConfiguration() sessions.WebAuthnConfiguration

Expand Down
2 changes: 0 additions & 2 deletions core/services/ocr2/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ type Delegate struct {
RelayGetter
isNewlyCreatedJob bool // Set to true if this is a new job freshly added, false if job was present already on node boot.
mailMon *utils.MailboxMonitor
eventBroadcaster pg.EventBroadcaster

legacyChains evm.LegacyChainContainer // legacy: use relayers instead
}
Expand Down Expand Up @@ -221,7 +220,6 @@ func NewDelegate(
RelayGetter: relayers,
isNewlyCreatedJob: false,
mailMon: mailMon,
eventBroadcaster: eventBroadcaster,
}
}

Expand Down

0 comments on commit 3b0fae7

Please sign in to comment.