fixed the code

This commit is contained in:
qdeswaef
2016-12-13 12:00:48 +01:00
parent fe184fdbdf
commit 9d56414b75

View File

@ -7,9 +7,6 @@ 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);
}