Fix small bug.

This commit is contained in:
Age Manning
2019-02-13 18:25:31 +11:00
parent ccaaaffde1
commit b2cda28835

View File

@@ -211,7 +211,7 @@ impl BeaconChainHarness {
// Produce a new block.
let block = self.produce_block();
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!("Producing free attestations...");