mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 00:28:01 +00:00
use fresh_start in rolling window error (#3229)
This commit is contained in:
committed by
GitHub
parent
428a4178ff
commit
4797fb7dfb
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user