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, Pool Stable: removes duplicate verification of a bps value #327

Closed gangov closed 1 week ago

gangov commented 2 weeks ago

we don't need the removed 2 verification of swap_fee_bps as this is already checked with validate_bps! at the start of the initialization.