diff --git a/contracts/test-helpers/PullPaymentMock.sol b/contracts/test-helpers/PullPaymentMock.sol index 773f6b148..1dac2ce53 100644 --- a/contracts/test-helpers/PullPaymentMock.sol +++ b/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); }