Closed ghost closed 2 years ago
I cannot import my "old" mnemonic within Chrome Wallet in Chrome or Firefox since new dashjs 16.3 release. Import works with a newly generated mnemonic from dashjs 16.3 - but not with the old one.
Import will just freeze while executing account = await sdk.getWalletAccount(); not giving an error or success (waited 20 min). Source line in CW: https://github.com/readme55/Dash-Chrome-Wallet/blob/master/app/background.js#L143
account = await sdk.getWalletAccount();
"old" Mnemonic: wealth recycle unit rocket milk defy alter just into inquiry universe cloth
I can import it within Node on command line.
@readme55 can you verify that this issue is still current on js-sdk v.20 or if it can be closed?
Closing as duplicate of https://github.com/dashevo/wallet-lib/issues/277#issue-936172688
I cannot import my "old" mnemonic within Chrome Wallet in Chrome or Firefox since new dashjs 16.3 release. Import works with a newly generated mnemonic from dashjs 16.3 - but not with the old one.
Import will just freeze while executing
account = await sdk.getWalletAccount();
not giving an error or success (waited 20 min). Source line in CW: https://github.com/readme55/Dash-Chrome-Wallet/blob/master/app/background.js#L143"old" Mnemonic: wealth recycle unit rocket milk defy alter just into inquiry universe cloth
I can import it within Node on command line.