[ethcore cleanup]: various unrelated fixes from #11493 (#11507)
* [cleanup]: various unrelated fixes from `#11493` * [revert]: too verbose logging `seal` * fix nit: don't mix from() and into()
This commit is contained in:
@@ -577,7 +577,7 @@ impl BlockDownloader {
|
||||
},
|
||||
Ok(_) => {
|
||||
trace_sync!(self, "Block queued {:?}", h);
|
||||
imported.insert(h.clone());
|
||||
imported.insert(h);
|
||||
self.block_imported(&h, number, &parent);
|
||||
},
|
||||
Err(EthcoreError::Block(BlockError::UnknownParent(_))) if allow_out_of_order => {
|
||||
|
||||
Reference in New Issue
Block a user