Open gabriel-canaan opened 6 years ago
rootcore/blob/master/contracts/CrowdsaleController.so](https://github.com/tikonoff/rootcore/blob/master/contracts/CrowdsaleController.sol) Line 243
assert(beneficiary.send(msg.value)); // transfer the ether to the beneficiary account
Using send() or transfer() will prevent reentrancy but it does so at the cost of being incompatible with any contract whose fallback function requires more than 2,300 gas
rootcore/blob/master/contracts/CrowdsaleController.so](https://github.com/tikonoff/rootcore/blob/master/contracts/CrowdsaleController.sol) Line 243