Unverified Commit 6d2d80d9 authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

use fresh_start in rolling window error (#3229)

parent ef0fdf42
Pipeline #142039 passed with stages
in 32 minutes and 7 seconds
......@@ -231,7 +231,7 @@ impl RollingSessionWindow {
Err(SessionsUnavailable {
kind,
info: Some(SessionsUnavailableInfo {
window_start: latest +1,
window_start: fresh_start,
window_end: session_index,
block_hash,
}),
......
Supports Markdown
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