Skip to content

Commit

Permalink
refactor: logs
Browse files Browse the repository at this point in the history
  • Loading branch information
taturosati committed Aug 5, 2024
1 parent 6f52380 commit 29f4d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/bls_aggregation/blsagg.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func (a *BlsAggregatorService) singleTaskAggregatorGoroutineFunc(
signersTotalStakePerQuorum: cloneStakePerQuorumMap(operatorsAvsStateDict[signedTaskResponseDigest.OperatorId].StakePerQuorum),
}
} else {
a.logger.Debug("Task goroutine updating existing aggregated operators",
a.logger.Debug("Task goroutine updating existing aggregated operator signatures",
"taskIndex", taskIndex,
"taskResponseDigest", taskResponseDigest)

Expand All @@ -328,7 +328,7 @@ func (a *BlsAggregatorService) singleTaskAggregatorGoroutineFunc(
aggregatedOperatorsDict[taskResponseDigest] = digestAggregatedOperators

if checkIfStakeThresholdsMet(a.logger, digestAggregatedOperators.signersTotalStakePerQuorum, totalStakePerQuorum, quorumThresholdPercentagesMap) {
a.logger.Debug("Task goroutine found enough stake to aggregate",
a.logger.Debug("Task goroutine stake threshold reached",
"taskIndex", taskIndex,
"taskResponseDigest", taskResponseDigest)

Expand Down

0 comments on commit 29f4d34

Please sign in to comment.