mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-31 05:07:12 +00:00
Fix
This commit is contained in:
@@ -3185,7 +3185,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
|
||||
};
|
||||
|
||||
// Import the blocks into the chain.
|
||||
for signature_verified_block in signature_verified_blocks {
|
||||
for (signature_verified_block, _envelope) in signature_verified_blocks {
|
||||
let block_slot = signature_verified_block.slot();
|
||||
match self
|
||||
.process_block(
|
||||
|
||||
Reference in New Issue
Block a user