fix reload account

This commit is contained in:
tjs 2023-12-06 01:00:51 -05:00
parent 7cab1f3a33
commit b742b443b0
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ const mangoStore = create<MangoStore>()(
const lastSlot = get().mangoAccount.lastSlot
if (
!confirmationSlot ||
(confirmationSlot && slot > confirmationSlot)
(confirmationSlot && slot >= confirmationSlot)
) {
if (slot > lastSlot) {
const ma = get().mangoAccounts.find((ma) =>