Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jianoaix committed May 8, 2024
1 parent 5106c9c commit fb6316c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions disperser/batcher/grpc/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ func (c *dispatcher) sendAllChunks(ctx context.Context, state *core.IndexedOpera
c.metrics.ObserveLatency(false, float64(time.Since(requestedAt).Milliseconds()))
} else {
update <- core.SigningMessage{
Signature: sig,
Operator: id,
Err: nil,
Signature: sig,
Operator: id,
BatchHeaderHash: batchHeaderHash,
Err: nil,
}
c.metrics.ObserveLatency(true, float64(time.Since(requestedAt).Milliseconds()))
}
Expand Down

0 comments on commit fb6316c

Please sign in to comment.