ethereumjs-wallet icon indicating copy to clipboard operation
ethereumjs-wallet copied to clipboard

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

Open ductridev opened this issue 3 years ago • 0 comments

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",

ductridev avatar Nov 01 '22 09:11 ductridev