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 trying to import a keystore.json file, it fails to with error invalid address argument, even if the address argument is correct inside the json file.
it looks like is reading the address from the filename and not from the json file.
if the filename is in the format UTC--2022-08-18T05-54-36.176533099Z--abcde2340957.... where abcde2340957 is the account public key (without 0x) it works correctly though.
The text was updated successfully, but these errors were encountered:
when trying to import a keystore.json file, it fails to with error invalid address argument, even if the address argument is correct inside the json file.
it looks like is reading the address from the filename and not from the json file.
if the filename is in the format
UTC--2022-08-18T05-54-36.176533099Z--abcde2340957....
where abcde2340957 is the account public key (without 0x) it works correctly though.The text was updated successfully, but these errors were encountered: