Fix payment directly to the contract

This commit is contained in:
Jordi Baylina 2016-12-12 19:19:59 +01:00
parent d1bcd0346d
commit 82002cfcc2
1 changed files with 0 additions and 4 deletions

View File

@ -498,10 +498,6 @@ contract MiniMeToken is Controlled {
} else { } else {
if (! controller.send(msg.value)) throw; if (! controller.send(msg.value)) throw;
} }
if (! TokenController(controller).proxyPayment.value(msg.value)(msg.sender)) {
throw;
}
} }