Skip to content

Conversation

@rictorlome
Copy link
Contributor

Description

https://ava-labs.atlassian.net/browse/CP-12448

Changes

Testing

Screenshots:

Checklist for the author

Tick each of them when done or if not applicable.

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.

Comment on lines -71 to -77
// access state of the dApp didn't change, we can return early
if (
JSON.stringify(accounts) === JSON.stringify(this._dappAccessibleAccounts)
) {
return;
}

Copy link
Member

@meeh0w meeh0w Nov 10, 2025

Choose a reason for hiding this comment

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

Does it not make Core Web or other dApps refresh unexpectedly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants