mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-01 03:44:30 +00:00
Merge branch 'unstable' into vc-fallback
This commit is contained in:
@@ -516,9 +516,7 @@ impl DoppelgangerService {
|
||||
}
|
||||
|
||||
// Resolve the index from the server response back to a public key.
|
||||
let pubkey = if let Some(pubkey) = indices_map.get(&response.index) {
|
||||
pubkey
|
||||
} else {
|
||||
let Some(pubkey) = indices_map.get(&response.index) else {
|
||||
crit!(
|
||||
self.log,
|
||||
"Inconsistent indices map";
|
||||
|
||||
Reference in New Issue
Block a user