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
Currently the following code snippet shows that we are using an outdated balance formula for retrieving the transferable balance. Related issue: polkadot-js/apps#9988 (Please see the issue for more detail).
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.
Currently the following code snippet shows that we are using an outdated balance formula for retrieving the
transferable
balance. Related issue: polkadot-js/apps#9988 (Please see the issue for more detail).api/packages/api-derive/src/balances/all.ts
Lines 32 to 53 in 6415eb6
api/packages/api-derive/src/balances/all.ts
Lines 55 to 64 in 6415eb6
The curent implementation needs to take into account:
https://github.com/paritytech/polkadot-sdk/blob/3069b0af398e5a0374802c31201637e97f4a530a/substrate/frame/balances/src/impl_fungible.rs#L44-L70
The text was updated successfully, but these errors were encountered: