Mar 21, 2018 · 1 min read
The easiest solution is to remove `msg.sender.call.value` which does not account for gas limitation to something such as`msg.transfer` which put a limit on the gas used per transfer and throws if there is something wrong
The easiest solution is to remove `msg.sender.call.value` which does not account for gas limitation to something such as`msg.transfer` which put a limit on the gas used per transfer and throws if there is something wrong