You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Calculates the transaction cost from the receipt and compares it with the batcher respondToTaskFeeLimit
208
-
// if the tx cost was higher, then it means the aggregator has paid the difference for the batcher (txCost - respondToTaskFeeLimit) and so metrics are updated accordingly.
// Calculates the transaction cost from the receipt and updates the total amount paid by the aggregator metric
208
+
// Then, it compares that tx cost with the batcher respondToTaskFeeLimit.
209
+
// If the tx cost was higher, it means the aggregator has paid the difference for the batcher (txCost - respondToTaskFeeLimit) and so metrics are updated accordingly.
0 commit comments