Fix typos from bls pool metric PR (#12155)

This commit is contained in:
terencechain 2023-03-17 09:00:07 -07:00 committed by GitHub
parent 3072b17329
commit 7d82a0510f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.",
})
)