From 8dcb272c2fa7fcea4c388e587212b5019d6ab1b8 Mon Sep 17 00:00:00 2001 From: Daniel Wang Date: Thu, 2 May 2024 16:00:24 +0800 Subject: [PATCH] Update BridgedERC20.sol --- packages/protocol/contracts/tokenvault/BridgedERC20.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/protocol/contracts/tokenvault/BridgedERC20.sol b/packages/protocol/contracts/tokenvault/BridgedERC20.sol index 68eb47bafe3..92a5651f61b 100644 --- a/packages/protocol/contracts/tokenvault/BridgedERC20.sol +++ b/packages/protocol/contracts/tokenvault/BridgedERC20.sol @@ -11,7 +11,6 @@ import "./LibBridgedToken.sol"; /// @title BridgedERC20 /// @notice An upgradeable ERC20 contract that represents tokens bridged from /// another chain. -/// Note this contract offers timestamp-based checkpoints and voting functions. /// @custom:security-contact security@taiko.xyz contract BridgedERC20 is EssentialContract, IBridgedERC20, ERC20Upgradeable, IERC165Upgradeable { /// @dev Slot 1.