Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(wallet-mobile): portfolio sync issues #3773

Merged
merged 4 commits into from
Dec 23, 2024
Merged

Conversation

banklesss
Copy link
Contributor

Ticket

YV-145

@@ -718,7 +718,7 @@ export const makeCardanoWallet = (networkManager: Network.Manager, implementatio

async resync() {
await this.clear()
return this.sync()
return this.sync({isForced: true})
Copy link
Contributor Author

Choose a reason for hiding this comment

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

to fix "balance 0" issue

Copy link
Member

Choose a reason for hiding this comment

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

it should be there from day one, nice catch!

@stackchain stackchain merged commit 57f2a46 into develop Dec 23, 2024
1 check passed
@stackchain stackchain deleted the fix/portfolio-sync branch December 23, 2024 09:17
@stackchain stackchain mentioned this pull request Dec 23, 2024
62 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants