Browse Source

Merge branch 'master' of https://github.com/FundRequest/zeppelin-solidity

qdeswaef 8 years ago
parent
commit
fe184fdbdf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      contracts/test-helpers/PullPaymentMock.sol

+ 3 - 0
contracts/test-helpers/PullPaymentMock.sol

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