Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
6d2d80d9
Unverified
Commit
6d2d80d9
authored
Jun 13, 2021
by
asynchronous rob
Committed by
GitHub
Jun 13, 2021
Browse files
use fresh_start in rolling window error (#3229)
parent
ef0fdf42
Pipeline
#142039
passed with stages
in 32 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
node/subsystem-util/src/rolling_session_window.rs
View file @
6d2d80d9
...
...
@@ -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
,
}),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment