Merge tag 'v2.1.1' of github.com:OpenZeppelin/openzeppelin-solidity
v2.1.1
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
pragma solidity ^0.4.24;
|
||||
|
||||
import "../payment/ConditionalEscrow.sol";
|
||||
pragma solidity ^0.5.0;
|
||||
|
||||
import "../payment/escrow/ConditionalEscrow.sol";
|
||||
|
||||
// mock class using ConditionalEscrow
|
||||
contract ConditionalEscrowMock is ConditionalEscrow {
|
||||
|
||||
Reference in New Issue
Block a user