ethcode
ethcode copied to clipboard
keystore filename
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.