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