fix error when find penalties in 4 epoch ago

This commit is contained in:
parmarrushabh 2018-11-07 11:02:12 +05:30
parent f39fe02a9c
commit b41dcb301f

View file

@ -271,7 +271,8 @@ func New(ctx *node.ServiceContext, config *Config) (*Ethereum, error) {
}
}
}
}
} else {
break
}
}
return penSigners, nil