Skip to content

Commit

Permalink
Remove event because we can use storage to enumerate the state change…
Browse files Browse the repository at this point in the history
… anyways
  • Loading branch information
duncancmt committed Jan 30, 2025
1 parent 98ee81c commit 9a18dd5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/SettlerIntent.sol
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ abstract contract SettlerIntent is Permit2PaymentIntent, SettlerMetaTxn {
_;
}

event SolverSet(address indexed solver, bool addNotRemove);
error InvalidSolver(address prev, address solver);

/// This pattern is cribbed from Safe{Wallet}. See `OwnerManager.sol` from
Expand Down Expand Up @@ -172,7 +171,6 @@ abstract contract SettlerIntent is Permit2PaymentIntent, SettlerMetaTxn {
revert(0x1c, 0x44)
}
}
emit SolverSet(solver, addNotRemove);
}

function _tokenId() internal pure virtual override(SettlerAbstract, SettlerMetaTxn) returns (uint256) {
Expand Down

0 comments on commit 9a18dd5

Please sign in to comment.