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
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Deploying a new multi-signature wallet with 4 accounts as owners, the deploying account has ethereum balance, 6 confirmations required, and 10000 daily withdrawal limit using Windows Gnosis multi-sig wallet.
After clicking "Deploy with factory", a pop-up for password to confirm transaction comes up. After entering the password for the first owner (main account) deploying the contract, it says invalid password. Uploading the keystore to MEW and entering the password decrypts successfully, as does importing the account again to Gnosis Windows desktop (accepts the keystore and password and then errors [properly] that the account is already imported).
Is the desktop app malfunctioning? Or is a different password expected to confirm the transaction? If so, what password is the app expecting?
I wasn't exactly sure where to post this. Thank you.
The text was updated successfully, but these errors were encountered:
Hi @c-h- the password for signing the transactions is the one you introduce when creating the lightwallet vaul, it can be different than the account.json passphrase you have
@edwardchow33 Thank you! Indeed the bug seems to be caused by the "Crypto" key in json keystore generated by MEW. Changing it to "crypto" solves the issue.
This issue was related with a malformed object by MEW, it has been patched in our side, but as you mentioned, it's originated by a JSON object with a "Crypto" parameter, instead of "crypto"
Deploying a new multi-signature wallet with 4 accounts as owners, the deploying account has ethereum balance, 6 confirmations required, and 10000 daily withdrawal limit using Windows Gnosis multi-sig wallet.
After clicking "Deploy with factory", a pop-up for password to confirm transaction comes up. After entering the password for the first owner (main account) deploying the contract, it says invalid password. Uploading the keystore to MEW and entering the password decrypts successfully, as does importing the account again to Gnosis Windows desktop (accepts the keystore and password and then errors [properly] that the account is already imported).
Is the desktop app malfunctioning? Or is a different password expected to confirm the transaction? If so, what password is the app expecting?
I wasn't exactly sure where to post this. Thank you.
The text was updated successfully, but these errors were encountered: