Fix small bug.
This commit is contained in:
parent
ccaaaffde1
commit
b2cda28835
@ -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...");
|
||||||
|
Loading…
Reference in New Issue
Block a user