parent
b7e7c765e0
commit
47585b1117
@ -1,10 +0,0 @@ |
|||||||
pragma solidity ^0.4.18; |
|
||||||
|
|
||||||
import '../../contracts/payment/SplitPayment.sol'; |
|
||||||
|
|
||||||
// mock class using SplitPayment |
|
||||||
contract SplitPaymentMock is SplitPayment { |
|
||||||
function SplitPaymentMock(address[] _payees, uint256[] _shares) public |
|
||||||
SplitPayment(_payees, _shares) payable {} |
|
||||||
function () external payable {} |
|
||||||
} |
|
Loading…
Reference in new issue