mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Remove clones from attestation import
This commit is contained in:
@@ -1411,7 +1411,7 @@ where
|
||||
self.chain
|
||||
.apply_attestation_to_fork_choice(&verified)
|
||||
.unwrap();
|
||||
self.chain.add_to_block_inclusion_pool(&verified).unwrap();
|
||||
self.chain.add_to_block_inclusion_pool(verified).unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user