Skip to content

Commit

Permalink
fix: overrided accounts in solana transaction history fetcher ms
Browse files Browse the repository at this point in the history
  • Loading branch information
amalcaraz committed Oct 30, 2024
1 parent 0cc91fd commit 199f071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function createSolanaAccountTransactionHistoryDAL(
entity = {
...newEntity,
accountSlotIndex,
accounts: Object.keys(newEntity.accountSlotIndex),
accounts: Object.keys(accountSlotIndex),
}
}

Expand Down

0 comments on commit 199f071

Please sign in to comment.