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
When attempting to decrease the value of a cash asset no action is taking place. It says success onchain but the value entered is not being executed. The amount executing is not the amount entered, it is zero.
When attempting to increase the value of a cash asset the batch contains not just the Loans::Increasedebt but also an additional TokenMux::Burn and a LiquidityPools::Transfer.
This is really problematic, as this would unintendedly would move actual tokens to another chain.
Decrease
When attempting to decrease the value of a cash asset no action is taking place. It says success onchain but the value entered is not being executed. The amount executing is not the amount entered, it is zero.
Increase
When attempting to increase the value of a cash asset the batch contains not just the
Loans::Increasedebt
but also an additionalTokenMux::Burn
and aLiquidityPools::Transfer
.This is really problematic, as this would unintendedly would move actual tokens to another chain.
The text was updated successfully, but these errors were encountered: