Skip to content

Commit

Permalink
Refresh balance cache on login (#4950)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Mar 20, 2024
1 parent 9eb49e1 commit 8086b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/wallet/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func NewReader(rpcClient *rpc.Client, tokenManager *token.Manager, marketManager
persistence: persistence,
walletFeed: walletFeed,
lastWalletTokenUpdateTimestamp: atomic.Int64{},
refreshBalanceCache: true,
}
}

Expand Down

0 comments on commit 8086b24

Please sign in to comment.