Add a SplitPullPayment contract that combines distribution of funds and delayed withdrawal from each party
This commit is contained in:
9
test/helpers/SplitPullPaymentMock.sol
Normal file
9
test/helpers/SplitPullPaymentMock.sol
Normal file
@ -0,0 +1,9 @@
|
||||
pragma solidity ^0.4.15;
|
||||
|
||||
import '../../contracts/payment/SplitPullPayment.sol';
|
||||
|
||||
// mock class using SplitPullPaymentMock
|
||||
contract SplitPullPaymentMock is SplitPullPayment {
|
||||
function SplitPullPaymentMock() SplitPayment(0) payable { }
|
||||
function () payable {}
|
||||
}
|
||||
Reference in New Issue
Block a user