Reduce spam.
This commit is contained in:
parent
48df869202
commit
a5c65b2a3d
@ -453,7 +453,6 @@ impl Client {
|
|||||||
// TODO: push transactions.
|
// TODO: push transactions.
|
||||||
let b = b.close();
|
let b = b.close();
|
||||||
trace!("Sealing: number={}, hash={}, diff={}", b.hash(), b.block().header().difficulty(), b.block().header().number());
|
trace!("Sealing: number={}, hash={}, diff={}", b.hash(), b.block().header().difficulty(), b.block().header().number());
|
||||||
debug!("Header: {:?}", b.block().header());
|
|
||||||
*self.sealing_block.lock().unwrap() = Some(b);
|
*self.sealing_block.lock().unwrap() = Some(b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user