Skip to content

Commit

Permalink
Make researchers private
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz authored and frangio committed Sep 3, 2018
1 parent b10f7a3 commit 780125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/bounties/BreakInvariantBounty.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "../payment/PullPayment.sol";
*/
contract BreakInvariantBounty is PullPayment, Ownable {
bool private claimed_;
mapping(address => address) public researchers;
mapping(address => address) private researchers;

event TargetCreated(address createdAddress);

Expand Down

0 comments on commit 780125b

Please sign in to comment.