This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
pallet-balances may not be the only provider #9375
Labels
I3-bug
The node fails to follow expected behavior.
substrate/frame/balances/src/lib.rs
Lines 1416 to 1419 in 0803f7d
It should be using
can_dec_provider
instead ofis_provider_required
.Also need to have some tests to cover the case where pallet-balances is not the only provider. Or if there are multiple instances of it.
The text was updated successfully, but these errors were encountered: