-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix the problem that balance not right if switch network from de…
…fault network Change WalletCreatedSubject from ReplaySubject to Subject, when switch network from default network, WalletCreatedSubject will start subscribe and replay the old created event which happend in default network, so two queue will started and balance will be incorrect
- Loading branch information
1 parent
bbca5f7
commit 0f763a5
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
packages/neuron-wallet/src/models/subjects/wallet-created-subject.ts
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