From 9d56414b758b1bc6a5950fa6a747efbfd6aedc33 Mon Sep 17 00:00:00 2001 From: qdeswaef Date: Tue, 13 Dec 2016 12:00:48 +0100 Subject: [PATCH] fixed the code --- contracts/test-helpers/PullPaymentMock.sol | 3 --- 1 file changed, 3 deletions(-) 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); }