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

startSyncing does not allow to save wallet until sync completes #207

Open
mainnet-pat opened this issue Apr 24, 2024 · 0 comments
Open

startSyncing does not allow to save wallet until sync completes #207

mainnet-pat opened this issue Apr 24, 2024 · 0 comments

Comments

@mainnet-pat
Copy link

If I install a listener for wallet sync and try to save the wallet periodically while it syncing (so that the sync process is not lost between browser page reloads) the call to save hangs indefinitely.

The very slow workaround here is to do:

            await wallet.stopSyncing();
            await wallet.save();
            await wallet.startSyncing(15000);
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

No branches or pull requests

1 participant