Skip to content

Commit

Permalink
remove CustomRevert library use for bytes4
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Oct 28, 2024
1 parent 963eeb7 commit e33702f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/Currency.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ function greaterThanOrEqualTo(Currency currency, Currency other) pure returns (b
/// @title CurrencyLibrary
/// @dev This library allows for transferring and holding native tokens and ERC20 tokens
library CurrencyLibrary {
using CustomRevert for bytes4;

/// @notice Additional context for ERC-7751 wrapped error when a native transfer fails
error NativeTransferFailed();

Expand Down

0 comments on commit e33702f

Please sign in to comment.