-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FOLLOW-244: Stop inserting into AccountsStore.neuron_accounts (#5736)
# Motivation `AccountsStore.neuron_accounts` was only used to detect if a transaction is a neuron top-up transaction. Now that the nns-dapp canister no longer does neuron refreshing for neuron top-ups, we no longer need to add new neurons to `neuron_accounts`. This is one or multiple PRs to eventually remove the `neuron_accounts` field entirely. # Changes Remove the code that adds new entries to `AccountsStore.neuron_accounts`. # Tests Existing tests still pass so apparently this functionality wasn't tested. # Todos - [ ] Add entry to changelog (if necessary). not necessary
- Loading branch information
Showing
2 changed files
with
1 addition
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters