From 82002cfcc2591231509ecec63d85dfe28645a6bf Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Mon, 12 Dec 2016 19:19:59 +0100 Subject: [PATCH] Fix payment directly to the contract --- MiniMeToken.sol | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MiniMeToken.sol b/MiniMeToken.sol index 2b0d90b..6b69ce1 100644 --- a/MiniMeToken.sol +++ b/MiniMeToken.sol @@ -498,10 +498,6 @@ contract MiniMeToken is Controlled { } else { if (! controller.send(msg.value)) throw; } - - if (! TokenController(controller).proxyPayment.value(msg.value)(msg.sender)) { - throw; - } }