Merge branch 'master' into clone-work

This commit is contained in:
Gav Wood
2016-06-30 13:16:48 +02:00
14 changed files with 70 additions and 30 deletions

View File

@@ -866,7 +866,6 @@ impl MiningBlockChainClient for Client {
self.miner.update_sealing(self);
}
info!("Block {} ({}) submitted and imported.", h.hex(), number);
Ok(h)
}
}