Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

New Account is not getting added & issue in updating existing account balance #16

Open
ToufeeqP opened this issue Dec 23, 2020 · 0 comments

Comments

@ToufeeqP
Copy link

I have made some changes to the blockchain such that instead of storing AccountStore in System module, I am storing it in custom module & implemented all required Trait in that pallet & everything working fine. But to use polkascan with this customised blockchain, I have updated the polkascan code in a way that I have replaced System module for balances to Custom module. And data_account_info_snapshot table is getting updated correctly but the new account entry is not getting created data_account. Any suggestion or help will highly be appreciated.

To summarise, I have customer balance pallet which binds balance to Did[u8; 32] instead of AccountId & AccountStore for this custom balance pallet is another custom pallet instead of System module. And Accounts Balances or not getting updated for genesis Accounts & not getting created new accounts (Endowed).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant