Move BreakInvariantBounty to drafts (#1334)
* move BreakInvariantBounty to drafts * fix bad imports
This commit is contained in:
committed by
GitHub
parent
6c36bc71a7
commit
fa739d8af0
@ -3,7 +3,7 @@ pragma solidity ^0.4.24;
|
||||
// When this line is split, truffle parsing fails.
|
||||
// See: https://github.com/ethereum/solidity/issues/4871
|
||||
// solium-disable-next-line max-len
|
||||
import {BreakInvariantBounty, Target} from "../../contracts/bounties/BreakInvariantBounty.sol";
|
||||
import {BreakInvariantBounty, Target} from "../../contracts/drafts/BreakInvariantBounty.sol";
|
||||
|
||||
|
||||
contract InsecureInvariantTargetMock is Target {
|
||||
|
||||
Reference in New Issue
Block a user