You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
during purchaseSignerBondsAtAuction, Instead of receiving a share of the funds the liquidationInitiator can decide to intentionally reject the funds by raising an exception causing initiator.transfer(contractEthBalance) to throw, blocking the auction and forcing the liquidation to fail. The deposit will stay in one of the *_liquidation_in_progress states.
use address.send instead instead of address.transfer
The text was updated successfully, but these errors were encountered:
during purchaseSignerBondsAtAuction, Instead of receiving a share of the funds the liquidationInitiator can decide to intentionally reject the funds by raising an exception causing
initiator.transfer(contractEthBalance)
to throw, blocking the auction and forcing the liquidation to fail. The deposit will stay in one of the*_liquidation_in_progress
states.address.send
instead instead ofaddress.transfer
The text was updated successfully, but these errors were encountered: