ethcode icon indicating copy to clipboard operation
ethcode copied to clipboard

keystore filename

Open dozerph opened this issue 2 years ago • 0 comments

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. Screenshot 2023-06-13 at 22 34 51

dozerph avatar Jun 13 '23 21:06 dozerph