Skip to content

Commit

Permalink
fix: unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1NotMe committed Sep 26, 2024
1 parent 1e7938f commit c7e3bf0
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 247 deletions.
2 changes: 1 addition & 1 deletion src/UniswapV2DAppControl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ contract UniswapV2DAppControl is DAppControl {
return REWARD_TOKEN;
}

function getBidValue(SolverOperation calldata solverOp) public view override returns (uint256) {
function getBidValue(SolverOperation calldata solverOp) public pure override returns (uint256) {
return solverOp.bidAmount;
}
}
Loading

0 comments on commit c7e3bf0

Please sign in to comment.