Skip to content

Commit c86d883

Browse files
authored
Merge pull request #41 from skip-mev/jw/remove-zero-fee
remove requirement for solver fee to be zero
2 parents e9c8efb + 9f010a8 commit c86d883

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AxelarHandler/src/GoFastHandler.sol

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ contract GoFastHandler is Initializable, UUPSUpgradeable, OwnableUpgradeable {
4747
uint64 timeoutTimestamp,
4848
bytes calldata destinationCalldata
4949
) public payable returns (bytes32) {
50-
require(solverFeeBPS != 0, "solver fee cannot be zero");
51-
5250
uint256 swapAmountOut;
5351
uint256 swapAmountOutAfterFee;
5452

0 commit comments

Comments
 (0)