Skip to content

Commit

Permalink
Update contracts/src/CrossChainApplications/ERC20Bridge/ERC20Bridge.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kaplan <[email protected]>
Signed-off-by: minghinmatthewlam <[email protected]>
  • Loading branch information
minghinmatthewlam and michaelkaplan13 authored Oct 18, 2023
1 parent b7c17ab commit 5ba1868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ba1868

Please sign in to comment.