chore: lint issue

This commit is contained in:
DarshanBPatel 2024-12-17 18:42:58 +05:30
parent 3b374a3ab0
commit da597c1769
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -104,8 +104,9 @@ proc getRlnMetricsLogger*(): RLNMetricsLogger =
) )
let freshProofsGeneratedCount = let freshProofsGeneratedCount =
parseAndAccumulate(waku_rln_total_generated_proofs, cumulativeProofsGenerated) parseAndAccumulate(waku_rln_total_generated_proofs, cumulativeProofsGenerated)
let freshProofsRemainingCount = let freshProofsRemainingCount = parseAndAccumulate(
parseAndAccumulate(waku_rln_remaining_proofs_per_epoch, cumulativeProofsRemaining) waku_rln_remaining_proofs_per_epoch, cumulativeProofsRemaining
)
info "Total messages", count = freshMsgCount info "Total messages", count = freshMsgCount
info "Total spam messages", count = freshSpamCount info "Total spam messages", count = freshSpamCount