Skip to content

Commit

Permalink
Update test/HoneyPause.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Lawrence Forman <[email protected]>
  • Loading branch information
JordanCason and merklejerk authored Mar 9, 2024
1 parent cc047a2 commit 1efee10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/HoneyPause.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ contract MockPauser is IPauser {
contract MockPayer is IPayer {
uint256 private validBountyId;

function setValidBountyId(uint256 _validBountyId) external {
validBountyId = _validBountyId;
function setValidBountyId(uint256 validBountyId_) external {
validBountyId = validBountyId_;
}

function payExploiter(uint256 bountyId, ERC20 token, address payable to, uint256 amount) external override {
Expand Down

0 comments on commit 1efee10

Please sign in to comment.