Skip to content

Commit

Permalink
remove stale transfer error (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds authored Dec 2, 2024
1 parent 1ba502d commit c3d3cad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .forge-snapshots/positionDescriptor bytecode size.snap
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24177
24108
2 changes: 0 additions & 2 deletions src/interfaces/INotifier.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ interface INotifier {
error ModifyLiquidityNotificationReverted(address subscriber, bytes reason);
/// @notice Wraps the revert message of the subscriber contract on a reverting burn notification
error BurnNotificationReverted(address subscriber, bytes reason);
/// @notice Wraps the revert message of the subscriber contract on a reverting transfer notification
error TransferNotificationReverted(address subscriber, bytes reason);
/// @notice Thrown when a tokenId already has a subscriber
error AlreadySubscribed(uint256 tokenId, address subscriber);

Expand Down

0 comments on commit c3d3cad

Please sign in to comment.