Merge branch 'master' of https://github.com/FundRequest/zeppelin-solidity
This commit is contained in:
@ -7,6 +7,9 @@ contract PullPaymentMock is PullPayment {
|
||||
function PullPaymentMock() payable { }
|
||||
|
||||
// test helper function to call asyncSend
|
||||
|
||||
function PullPaymentMock() payable { }
|
||||
|
||||
function callSend(address dest, uint amount) {
|
||||
asyncSend(dest, amount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user