Phoenix-Protocol-Group / phoenix-contracts

Source code of the smart contracts of the Phoenix DeFi hub DEX protocol
GNU General Public License v3.0
10 stars 6 forks source link

pool_stable: adds more contracterrrors #268

Closed gangov closed 5 months ago

gangov commented 5 months ago

I just noticed that we are still using panic! instead of panic_with_error! throughout the contracts, does that need to be addressed

ueco-jb commented 5 months ago

does that need to be addressed

Yes.

gangov commented 5 months ago

does that need to be addressed

Yes.

alright, I'll do it in this PR