Skip to content

Commit

Permalink
Merge branch 'fix/refactor-wrapped-callback' into experimental-multi-…
Browse files Browse the repository at this point in the history
…field
  • Loading branch information
mdtanrikulu committed Oct 28, 2024
2 parents f98f323 + 556d92b commit 69476ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion contracts/reverseRegistrar/ReverseRegistrar.sol
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,9 @@ contract ReverseRegistrar is Ownable, Controllable, IReverseRegistrar {
assembly {
for {
let i := 40
} gt(i, 0) {} {
} gt(i, 0) {

} {
i := sub(i, 1)
mstore8(i, byte(and(addr, 0xf), lookup))
addr := div(addr, 0x10)
Expand Down

0 comments on commit 69476ed

Please sign in to comment.