Fix payment directly to the contract
This commit is contained in:
parent
d1bcd0346d
commit
82002cfcc2
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue