mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 19:51:47 +00:00
Implement fixes from PR review
This commit is contained in:
@@ -87,7 +87,7 @@ impl<T: BeaconChainTypes> ForkChoice<T> {
|
||||
start_state
|
||||
.validator_registry
|
||||
.get(validator_index)
|
||||
.and_then(|v| Some(v.effective_balance))
|
||||
.map(|v| v.effective_balance)
|
||||
};
|
||||
|
||||
self.backend
|
||||
|
||||
Reference in New Issue
Block a user