From 4ea9aa4d5c56e8cbe2e3c1704cd0ed037bcda936 Mon Sep 17 00:00:00 2001 From: Sara Reynolds Date: Wed, 27 Nov 2024 22:32:42 -0500 Subject: [PATCH] remove stale transfer error --- .forge-snapshots/positionDescriptor bytecode size.snap | 2 +- src/interfaces/INotifier.sol | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.forge-snapshots/positionDescriptor bytecode size.snap b/.forge-snapshots/positionDescriptor bytecode size.snap index 616fe551..4cdd5179 100644 --- a/.forge-snapshots/positionDescriptor bytecode size.snap +++ b/.forge-snapshots/positionDescriptor bytecode size.snap @@ -1 +1 @@ -24177 \ No newline at end of file +24108 \ No newline at end of file diff --git a/src/interfaces/INotifier.sol b/src/interfaces/INotifier.sol index 13ded49f..a415e27b 100644 --- a/src/interfaces/INotifier.sol +++ b/src/interfaces/INotifier.sol @@ -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);