mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Fix typos from bls pool metric PR (#12155)
This commit is contained in:
@@ -23,7 +23,7 @@ const blsChangesPoolThreshold = 2000
|
||||
var (
|
||||
blsToExecMessageInPoolTotal = promauto.NewGauge(prometheus.GaugeOpts{
|
||||
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