spartan-protocol / spartanswap-contracts

📃 Spartan Protocol Smart Contracts V1 - V2
20 stars 6 forks source link

PoolFactory Add/Remove Curated | Must trigger proposal-cancel #75

Closed SamusElderg closed 3 years ago

SamusElderg commented 3 years ago

PoolFactory.addCuratedPool() must trigger the current DAO proposal to be closed if it is not already

PoolFactory.removeCuratedPool() only really becomes an issue if the same asset is re-curated during the same proposal period

SamusElderg commented 3 years ago

Added require in poolFactory; close issue