mirror of https://github.com/waku-org/nwaku.git
chore: lint issue
This commit is contained in:
parent
3b374a3ab0
commit
da597c1769
|
@ -104,8 +104,9 @@ proc getRlnMetricsLogger*(): RLNMetricsLogger =
|
|||
)
|
||||
let freshProofsGeneratedCount =
|
||||
parseAndAccumulate(waku_rln_total_generated_proofs, cumulativeProofsGenerated)
|
||||
let freshProofsRemainingCount =
|
||||
parseAndAccumulate(waku_rln_remaining_proofs_per_epoch, cumulativeProofsRemaining)
|
||||
let freshProofsRemainingCount = parseAndAccumulate(
|
||||
waku_rln_remaining_proofs_per_epoch, cumulativeProofsRemaining
|
||||
)
|
||||
|
||||
info "Total messages", count = freshMsgCount
|
||||
info "Total spam messages", count = freshSpamCount
|
||||
|
|
Loading…
Reference in New Issue