Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature][bug]Better USER structure to store address and balance #109

Open
rajarshimaitra opened this issue Jan 4, 2019 · 0 comments
Open

Comments

@rajarshimaitra
Copy link
Contributor

For future improvement with address management, creation of new addresses, selectiong utxo to build up transactions etc, a better USER structure is needed where both the address and its corresponsing balances are strored.

For this purpose a bug in the USER data structure needs to be solved which causes volatility of data on every update of the app. The address data in user[selectedNetwork] object is not persisting. Modification of this object structure is needed to solve this bug.

@rajarshimaitra rajarshimaitra changed the title [feature]Better USER structure to store address and balance [feature][bug]Better USER structure to store address and balance Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@rajarshimaitra and others