mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 03:01:07 +00:00
Remove tab (#4212)
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user