dOrgTech / OpenRaise

Bonding Curves For DAOs
MIT License
76 stars 26 forks source link

Address Payable For Beneficiary #68

Open dOrgJelli opened 4 years ago

dOrgJelli commented 4 years ago

Currently in BondingCurveEther we're casting _beneficiary to uint160 then back to address. @tspoff says this is because it's getting around some Address Payable issues in solidity. There are some changes that're needed here, also considering the transfer gas cost changes.