cryptonative-ch / aqua-smartcontracts

⛓️ Aqua Smart Contracts
GNU Lesser General Public License v3.0
4 stars 5 forks source link

`isSaleCreated` is never updated upon launching the `<Type>Sale` contract #125

Closed adamazad closed 3 years ago

adamazad commented 3 years ago

File and line

https://github.com/cryptonative-ch/mesa-smartcontracts/blob/da02cc6b7ca0aff41b7ae5c1dcdffe41dd89f1cc/contracts/templates/FixedPriceSaleTemplate.sol#L124-L138

https://github.com/cryptonative-ch/mesa-smartcontracts/blob/da02cc6b7ca0aff41b7ae5c1dcdffe41dd89f1cc/contracts/templates/FairSaleTemplate.sol#L99-L109

Expected behavior

isSaleCreated is updated to true after deploying the sale contract