mirror of
https://github.com/status-im/status-go.git
synced 2025-02-21 19:28:29 +00:00
Refresh balance cache on login (#4950)
This commit is contained in:
parent
9eb49e1692
commit
8086b24a9e
@ -58,6 +58,7 @@ func NewReader(rpcClient *rpc.Client, tokenManager *token.Manager, marketManager
|
||||
persistence: persistence,
|
||||
walletFeed: walletFeed,
|
||||
lastWalletTokenUpdateTimestamp: atomic.Int64{},
|
||||
refreshBalanceCache: true,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user