From fa06312cac26ef49f710aed8837c1d026f2f9fc0 Mon Sep 17 00:00:00 2001 From: Zentex Date: Tue, 3 Feb 2026 22:46:52 +0530 Subject: [PATCH] Fix typo: wether -> whether --- blast-geth/core/txpool/blobpool/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blast-geth/core/txpool/blobpool/metrics.go b/blast-geth/core/txpool/blobpool/metrics.go index 070cc5ca..587804cc 100644 --- a/blast-geth/core/txpool/blobpool/metrics.go +++ b/blast-geth/core/txpool/blobpool/metrics.go @@ -65,7 +65,7 @@ var ( pooltipGauge = metrics.NewRegisteredGauge("blobpool/pooltip", nil) // addwait/time, resetwait/time and getwait/time track the rough health of - // the pool and wether or not it's capable of keeping up with the load from + // the pool and whether or not it's capable of keeping up with the load from // the network. addwaitHist = metrics.NewRegisteredHistogram("blobpool/addwait", nil, metrics.NewExpDecaySample(1028, 0.015)) addtimeHist = metrics.NewRegisteredHistogram("blobpool/addtime", nil, metrics.NewExpDecaySample(1028, 0.015))