From 5ba1868d59b299a6acbea7cc59a4b3934c1a61cc Mon Sep 17 00:00:00 2001 From: minghinmatthewlam Date: Wed, 18 Oct 2023 13:55:29 -0700 Subject: [PATCH] Update contracts/src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol Co-authored-by: Michael Kaplan <55204436+michaelkaplan13@users.noreply.github.com> Signed-off-by: minghinmatthewlam --- .../src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol b/contracts/src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol index 2509a3bf5..597cce84e 100644 --- a/contracts/src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol +++ b/contracts/src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol @@ -125,7 +125,7 @@ contract ERC20Bridge is IERC20Bridge, ITeleporterReceiver, ReentrancyGuard { // contract itself. require( totalAmount >= primaryFeeAmount + secondaryFeeAmount, - "ERC20Bridge: insufficient total fee amount" + "ERC20Bridge: insufficient total amount" ); return