Skip to content

Commit

Permalink
fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Trivo25 committed Apr 14, 2024
1 parent 63783d6 commit 2563be9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class ActionsContract extends SmartContract {

let counter = Field(0);

let iter = merkleActionss.startIteratingFromOldest();
let iter = merkleActionss.startIteratingReverse();

for (let i = 0; i < MAX_UPDATES_WITH_ACTIONS; i++) {
let merkleActions = iter.next();
Expand Down

0 comments on commit 2563be9

Please sign in to comment.