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 7 forks source link

Refactor: Consider replacing errors with panics #140

Closed ueco-jb closed 1 year ago

ueco-jb commented 1 year ago

Since panic! started actually showing a correct messages, and errors are displaying only an error number, it seems only logical to get rid of one of the greatest Rust features.