Skip to content

Commit

Permalink
fix: update based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Jul 8, 2024
1 parent b891b0f commit 593c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/dal/collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func (c *Collector) IncomingDataToOutgoingData(ctx context.Context, data aggrega
}

func (c *Collector) trackOracleAdded(ctx context.Context) {
var eventTriggered chan any
eventTriggered := make(chan any)
err := subscribeAddOracleEvent(ctx, c.chainReader, c.submissionProxyContractAddr, eventTriggered)
if err != nil {
log.Error().Err(err).Str("Player", "DalCollector").Msg("failed to subscribe to oracle added event")
Expand Down

0 comments on commit 593c090

Please sign in to comment.