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 ERT send a FileUpdate transaction with the latest exchange rate. But, if the value exceeds 25% of previous value i throws EXCHANGE_RATE_LIMIT_EXCEEDED.
The first update after genesis restart should not enforce the limit. It should take the median value from the exchanges and submit a FileUpdate transaction, to avoid using default value.
But, a restart after an update or reconnect should still have the limit.
The text was updated successfully, but these errors were encountered:
When ERT send a
FileUpdate
transaction with the latest exchange rate. But, if the value exceeds 25% of previous value i throwsEXCHANGE_RATE_LIMIT_EXCEEDED
.The first update after
genesis
restart should not enforce the limit. It should take the median value from the exchanges and submit a FileUpdate transaction, to avoid using default value.But, a restart after an
update
orreconnect
should still have the limit.The text was updated successfully, but these errors were encountered: