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
locked_amount should actually display the required balance for the holder-tier instance. Correct calculation of the required balance only happens on the scheduler, so we need to call the scheduler API to see, which instances are scheduled and how much tokens they require, so we can show them on the /balances API.
The text was updated successfully, but these errors were encountered:
Yeah, but then we'd need to have consensus on the scheduler instances of all the CCNs. An alternative to calling the API would be for the scheduler to post an AGGREGATE/POST every time the plan changes.
locked_amount
should actually display the required balance for the holder-tier instance. Correct calculation of the required balance only happens on the scheduler, so we need to call the scheduler API to see, which instances are scheduled and how much tokens they require, so we can show them on the/balances
API.The text was updated successfully, but these errors were encountered: