Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Dec 24, 2024
1 parent 7efe449 commit 94a9f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/Gateway.sol
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ contract Gateway is IGateway, IInitializable, IUpgradable {
tstore(0, 1)
}

// Execute the function here
// Execute the function here.
_;

assembly {
// Reset the flag as the function has completed executing.
// Clear the flag as the function has completed execution.
tstore(0, 0)
}
}
Expand Down

0 comments on commit 94a9f2e

Please sign in to comment.