Skip to content

Commit

Permalink
🥢 Edit LibERC7579 comments (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Dec 17, 2024
1 parent aef3935 commit bf89474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/LibERC7579.sol
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ library LibERC7579 {
}
if pointers.length {
// Perform bounds checks on the decoded `pointers`.
// Does an out-of-gas revert.
// Loop runs out-of-gas if `pointers.length` is big enough to cause overflows.
for { let i := pointers.length } 1 {} {
i := sub(i, 1)
let p := calldataload(add(pointers.offset, shl(5, i)))
Expand Down

0 comments on commit bf89474

Please sign in to comment.