mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
Replace version.BellatrixBlind with b.isBlinded (#11159)
Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
@@ -4,7 +4,6 @@ const (
|
||||
Phase0 = iota
|
||||
Altair
|
||||
Bellatrix
|
||||
BellatrixBlind
|
||||
)
|
||||
|
||||
func String(version int) string {
|
||||
@@ -15,8 +14,6 @@ func String(version int) string {
|
||||
return "altair"
|
||||
case Bellatrix:
|
||||
return "bellatrix"
|
||||
case BellatrixBlind:
|
||||
return "bellatrix-blind"
|
||||
default:
|
||||
return "unknown version"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user