Skip to content

Commit 8760d81

Browse files
committed
cleanup
1 parent 6d853dc commit 8760d81

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SovaBTC.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,6 @@ contract SovaBTC is ISovaBTC, UBTC20, Ownable, ReentrancyGuard {
189189
revert ZeroGasLimit();
190190
}
191191

192-
if (btcGasLimit > amount) {
193-
revert GasLimitTooHigh();
194-
}
195-
196192
uint256 totalRequired = amount + btcGasLimit + operatorFee;
197193
if (balanceOf(msg.sender) < totalRequired) {
198194
revert InsufficientAmount();

0 commit comments

Comments
 (0)