Refresh balance cache on login (#4950)

This commit is contained in:
Roman Volosovskyi 2024-03-20 12:32:04 +01:00 committed by GitHub
parent 9eb49e1692
commit 8086b24a9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func NewReader(rpcClient *rpc.Client, tokenManager *token.Manager, marketManager
persistence: persistence,
walletFeed: walletFeed,
lastWalletTokenUpdateTimestamp: atomic.Int64{},
refreshBalanceCache: true,
}
}