added a space for some cuddlin

This commit is contained in:
Alex 2023-04-28 16:50:08 -07:00
parent e62cf51c45
commit 63f79e3559

View file

@ -719,6 +719,7 @@ func (f *TxFetcher) rescheduleWait(timer *mclock.Timer, trigger chan struct{}) {
} }
} }
} }
*timer = f.clock.AfterFunc( *timer = f.clock.AfterFunc(
f.txArrivalWait-time.Duration(now-earliest), f.txArrivalWait-time.Duration(now-earliest),
func() { trigger <- struct{}{} }, func() { trigger <- struct{}{} },