Ensure chain-dumps come with earliest block first
Previously dump.first() was the latest block. IMO, this is counter-intuitive
This commit is contained in:
parent
1097c8089b
commit
eeeff9ef02
@ -440,6 +440,8 @@ where
|
||||
last_slot = slot;
|
||||
}
|
||||
|
||||
dump.reverse();
|
||||
|
||||
Ok(dump)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user