Browse Source

fixed the code

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

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

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