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
Simplification rule to eliminate amount round-trip conversions (#779)
These round-trip conversions
`toAmount(fromAmount(...(toAmount(fromAmount(Amount(?AMOUNT))))))` were
building up in the `initialize_account` proof. The simplification rule
does not apply because the function equation is applied to the symbolic
value.
0 commit comments