Skip to content

Commit

Permalink
Reverrt array
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 19, 2023
1 parent 161d05d commit ee0b46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staking/app/StakeConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ export class StakeConnection {
BigInt(currentEpoch.toString()),
this.config.unlockingDuration
) === wasm.PositionState.UNLOCKED
);
).reverse();

return await Promise.all(
unlockedPositions.map((position) =>
Expand Down

0 comments on commit ee0b46b

Please sign in to comment.