Commit 9d56414b by qdeswaef

fixed the code

parent fe184fdb
...@@ -7,9 +7,6 @@ contract PullPaymentMock is PullPayment { ...@@ -7,9 +7,6 @@ contract PullPaymentMock is PullPayment {
function PullPaymentMock() payable { } function PullPaymentMock() payable { }
// test helper function to call asyncSend // test helper function to call asyncSend
function PullPaymentMock() payable { }
function callSend(address dest, uint amount) { function callSend(address dest, uint amount) {
asyncSend(dest, amount); asyncSend(dest, amount);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment