fixed the code

pull/106/head
qdeswaef 8 years ago
parent fe184fdbdf
commit 9d56414b75
  1. 3
      contracts/test-helpers/PullPaymentMock.sol

@ -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);
} }

Loading…
Cancel
Save