mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Interface Analyzer (#8923)
This commit is contained in:
@@ -34,7 +34,7 @@ func main() {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
if gs == nil {
|
||||
if gs == nil || gs.IsNil() {
|
||||
panic("nil genesis state")
|
||||
}
|
||||
b, err := gs.MarshalSSZ()
|
||||
|
||||
Reference in New Issue
Block a user