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
If an individual asset's withdrawal throws during a withdraw on-chain call, the Erdstall smart contract doesn't revert the whole transaction, but just throws a WithdrawalException for this particular asset. This is a safety mechanism to avoid a single token from reverting other token withdrawals indefinitely.
This event still needs to be exposed on the Erdstall client API.
When testing this, the RevertToken from can be used to trigger a revert during a withdrawal.
The text was updated successfully, but these errors were encountered:
If an individual asset's withdrawal throws during a
withdraw
on-chain call, theErdstall
smart contract doesn't revert the whole transaction, but just throws aWithdrawalException
for this particular asset. This is a safety mechanism to avoid a single token from reverting other token withdrawals indefinitely.This event still needs to be exposed on the Erdstall client API.
When testing this, the
RevertToken
from can be used to trigger a revert during a withdrawal.The text was updated successfully, but these errors were encountered: