Fixes and timeout handler

This commit is contained in:
Dominik Werder
2022-09-08 18:19:53 +02:00
parent eff80450ee
commit 62a1be0c4b
10 changed files with 275 additions and 192 deletions

View File

@@ -612,7 +612,7 @@ pub async fn channel_state_events(
ret.push((ts, kind));
}
}
ts_msp += DAY;
ts_msp += div;
if ts_msp >= evq.range().end {
break;
}