typo
This commit is contained in:
parent
2d9259ee20
commit
83c40076b6
@ -467,7 +467,7 @@ func RecordBackendFinalizedBlock(b *Backend, blockNumber hexutil.Uint64) {
|
||||
}
|
||||
|
||||
func RecordBackendUnexpectedBlockTags(b *Backend, unexpected bool) {
|
||||
backendFinalizedBlockBackend.WithLabelValues(b.Name).Set(boolToFloat64(unexpected))
|
||||
backendUnexpectedBlockTagsBackend.WithLabelValues(b.Name).Set(boolToFloat64(unexpected))
|
||||
}
|
||||
|
||||
func RecordConsensusBackendBanned(b *Backend, banned bool) {
|
||||
|
Loading…
Reference in New Issue
Block a user