mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 11:25:55 +00:00
Checking if the an attestation contains a latest message
This commit is contained in:
@@ -88,7 +88,7 @@ where
|
||||
.map_err(|e| format!("update_finalized_root failed: {:?}", e))
|
||||
}
|
||||
|
||||
fn latest_message(&mut self, validator_index: usize) -> Option<(Hash256, Slot)> {
|
||||
fn latest_message(&self, validator_index: usize) -> Option<(Hash256, Slot)> {
|
||||
self.core
|
||||
.write()
|
||||
.latest_message(validator_index)
|
||||
|
||||
Reference in New Issue
Block a user