We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f48ee29 + 2a188b5 commit 3e56ae2Copy full SHA for 3e56ae2
1 file changed
keeper/src/metrics.rs
@@ -168,7 +168,7 @@ impl L2RewardsMetrics {
168
.with_description("Number of times rewards were distributed")
169
.build();
170
let spendable = meter
171
- .f64_gauge("blacklight.keeper.l2.rewards.spendadble")
+ .f64_gauge("blacklight.keeper.l2.rewards.spendable")
172
.with_description("The spendable budget for rewards")
173
174
let remaining = meter
0 commit comments