mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 21:34:46 +00:00
Cleanup debug issues, corrects RPC server logic
This commit is contained in:
@@ -36,7 +36,7 @@ impl BeaconNode for ValidatorServiceClient {
|
||||
if !validator_duty.has_duty() {
|
||||
// validator is inactive
|
||||
epoch_duties.insert(pubkeys[index].clone(), None);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
// active validator
|
||||
let active_duty = validator_duty.get_duty();
|
||||
|
||||
Reference in New Issue
Block a user