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 <me@merklejerk.com>
  • Loading branch information
JordanCason and merklejerk authored Mar 9, 2024
1 parent 66948a7 commit cc047a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/HoneyPause.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ contract MockPayer is IPayer {

function payExploiter(uint256 bountyId, ERC20 token, address payable to, uint256 amount) external override {
require(bountyId == validBountyId, "Unauthorized bountyId");
require(token.transfer(to, amount), "Transfer failed");
token.transfer(to, amount);
}
}

Expand Down

0 comments on commit cc047a2

Please sign in to comment.