Commit fe184fdb by qdeswaef
parents c15fa95b 0e58f7b9
......@@ -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);
}
......
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