ethereumjs-wallet
ethereumjs-wallet copied to clipboard
Wallet.toV3() take very long time to return result
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",