Skip to content

Commit

Permalink
Merge pull request #3345 from Koniverse/koni/dev/issue-3327
Browse files Browse the repository at this point in the history
[Issue-3327] Extension - Show incorrect withdrawal information of the Bifrost liquid staking when all accounts mode
  • Loading branch information
saltict authored Jul 30, 2024
2 parents c3530fb + 58bb10d commit 1ea7419
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,10 +264,9 @@ export default class BifrostLiquidStakingPoolHandler extends BaseLiquidStakingPo
}
}

const unstakingList: UnstakingInfo[] = [];

useAddresses.forEach((address) => {
const formattedAddress = reformatAddress(address);
const unstakingList: UnstakingInfo[] = [];

const bnActiveBalance = activeBalanceMap[formattedAddress];
const unlockings = unlockingMap[formattedAddress];
Expand Down

1 comment on commit 1ea7419

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.