Skip to content
Snippets Groups Projects
Commit a758d54f authored by Gav Wood's avatar Gav Wood
Browse files

Remove tab (#4212)

parent 52b5dee4
Branches
No related merge requests found
......@@ -126,7 +126,7 @@ pub trait SimpleSlotWorker<B: BlockT> {
let slot_now = SignedDuration::default().slot_now(slot_duration);
if slot_now > slot_number {
// if this is behind, return.
debug!(target: self.logging_target(),
debug!(target: self.logging_target(),
"Skipping proposal slot {} since our current view is {}",
slot_number, slot_now,
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment