mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix small bug.
This commit is contained in:
@@ -211,7 +211,7 @@ impl BeaconChainHarness {
|
|||||||
// Produce a new block.
|
// Produce a new block.
|
||||||
let block = self.produce_block();
|
let block = self.produce_block();
|
||||||
debug!("Submitting block for processing...");
|
debug!("Submitting block for processing...");
|
||||||
&mut (self.beacon_chain).process_block(block).unwrap();
|
self.beacon_chain.process_block(block).unwrap();
|
||||||
debug!("...block processed by BeaconChain.");
|
debug!("...block processed by BeaconChain.");
|
||||||
|
|
||||||
debug!("Producing free attestations...");
|
debug!("Producing free attestations...");
|
||||||
|
|||||||
Reference in New Issue
Block a user