You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a yaml keystore from Massa Wallet, the secret key returned by Account.fromKeyStore is wrong which cause an issue when attempting to sign.
But if the keystore is generated from Massa Web3, no issue when reimporting it, so the issue might come from Massa Wallet. This require more researches such as testing with other keystore files generated from Massa Wallet and other wallets
When using a yaml keystore from Massa Wallet, the secret key returned by Account.fromKeyStore is wrong which cause an issue when attempting to sign.
But if the keystore is generated from Massa Web3, no issue when reimporting it, so the issue might come from Massa Wallet. This require more researches such as testing with other keystore files generated from Massa Wallet and other wallets
Here is a code snippet for the import:
The text was updated successfully, but these errors were encountered: