ref-finance / ref-contracts

Smart contracts for Ref Finance
MIT License
96 stars 54 forks source link

Add return value to withdraw / withdraw_owner_token #84

Closed vitalii427 closed 2 years ago

vitalii427 commented 2 years ago

withdraw now returns withdrawal amount on success and 0 otherwise. This way the caller will be able to take appropriate actions on withdraw fail

withdraw_owner_token also affected in the same way