Skip to content

Commit

Permalink
DRY
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt committed Jan 30, 2025
1 parent 90c5702 commit 26f9245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SettlerIntent.sol
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ abstract contract SettlerIntent is Permit2PaymentIntent, SettlerMetaTxn {
fail := or(fail, xor(iszero(solverSlotValue), addNotRemove))

// Derive the slot for `prev`.
mstore(0x00, and(0xffffffffffffffffffffffffffffffffffffffff, prev))
mstore(0x00, prev)
let prevSlot := keccak256(0x00, 0x40)

// This is a very fancy way of writing:
Expand Down

0 comments on commit 26f9245

Please sign in to comment.