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

Wallet.toV3() take very long time to return result #180

Open
ductridev opened this issue Nov 1, 2022 · 0 comments
Open

Wallet.toV3() take very long time to return result #180

ductridev opened this issue Nov 1, 2022 · 0 comments

Comments

@ductridev
Copy link

I just make a simple code to test:

const wallet = Wallet.generate();
console.log(wallet)
const result = await wallet.toV3('21042003')
console.log(result)

but can not see log from wallet.toV3()

I'm running react.js app with:

"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
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