mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 21:38:05 -05:00
Fix typos from bls pool metric PR (#12155)
This commit is contained in:
@@ -23,7 +23,7 @@ const blsChangesPoolThreshold = 2000
|
|||||||
var (
|
var (
|
||||||
blsToExecMessageInPoolTotal = promauto.NewGauge(prometheus.GaugeOpts{
|
blsToExecMessageInPoolTotal = promauto.NewGauge(prometheus.GaugeOpts{
|
||||||
Name: "bls_to_exec_message_pool_total",
|
Name: "bls_to_exec_message_pool_total",
|
||||||
Help: "The number of saved bls to exec message in the operation cool.",
|
Help: "The number of saved bls to exec messages in the operation pool.",
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user