Skip to content

Commit

Permalink
[walletManager] refs#295 create channel for settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevMac committed Feb 14, 2020
1 parent 08c2450 commit 4f0bcf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/walletsManager.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func (walletM *WalletManager) init() {
walletM.updateTransactionAPI()
walletM.updateSigner()
walletM.updateWalletEnvs()
walletM.timerUpdate = make(chan time.Duration)
for walletM.WalletEnv == nil {
walletM.updateWalletEnvs()
}
Expand Down

0 comments on commit 4f0bcf7

Please sign in to comment.