Conversation
…yment from balances
…t. Add to balance trait AccountData, AccountStore, OnNewAccount, OnReapAccount
|
When I run my integration tests (with 'node-runtime') and one of my runtime module pallet's unit tests (with 'roaming-operators') I get error I've tried different strategies, such as changing it to such as replacing it with as suggested here https://matrix.to/#/!HzySYSaIhtyWrwiwEV:matrix.org/$158210368377009vQnzC:matrix.parity.io?via=matrix.parity.io&via=matrix.org&via=web3.foundation In my runtime/lib.rs, I have the following: But if I replace it with the following: Then I get error: So I changed it from But then I get error: So I looked in Substrate's frame/balances/src/lib.rs file, where the type is Then I updated it to be: But that gave error: |
…ule, the test balance module needs to use the test system module
|
The issue mentioned in comments above was resolved in commit f128e98 |
|
Note, relates to rust-lang/rust#69334 |
No description provided.