Skip to content

Commit d11d941

Browse files
LumyoNouDaimon
andauthored
Update contracts/utils/SafeERC20.sol
Co-authored-by: NouDaimon <81045441+NouDaimon@users.noreply.github.com>
1 parent 6a072df commit d11d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/SafeERC20.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { AddressUtils } from './AddressUtils.sol';
1212
library SafeERC20 {
1313
using AddressUtils for address;
1414

15-
error SafeERC20__ApproveFromNonZeroToZero();
15+
error SafeERC20__ApproveFromNonZeroToNonZero();
1616
error SafeERC20__DecreaseAllowanceBelowZero();
1717
error SafeERC20__OperationFailed();
1818

0 commit comments

Comments
 (0)