mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
Fix typos from bls pool metric PR (#12155)
This commit is contained in:
parent
3072b17329
commit
7d82a0510f
@ -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.",
|
||||
})
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user