Skip to content

Commit

Permalink
test probe - revert guard listener label
Browse files Browse the repository at this point in the history
  • Loading branch information
parodime committed Nov 5, 2024
1 parent 9ab744a commit c8139b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/rfq/guard/service/guard.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func NewGuard(ctx context.Context, metricHandler metrics.Handler, cfg guardconfi
if err != nil {
return nil, fmt.Errorf("could not get deploy block: %w", err)
}
chainListener, err := listener.NewChainListener(chainClient, store, common.HexToAddress(rfqAddrV2), uint64(startBlock.Int64()), metricHandler, listener.WithName("guardListener"))
chainListener, err := listener.NewChainListener(chainClient, store, common.HexToAddress(rfqAddrV2), uint64(startBlock.Int64()), metricHandler, listener.WithName("guard"))
if err != nil {
return nil, fmt.Errorf("could not get chain listener: %w", err)
}
Expand Down

0 comments on commit c8139b9

Please sign in to comment.