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
Can't save an aergoKey in file based keystore (class hera.keystore.AergoKeyStore) if that identity is not in keystore directory.
It looks like a bug, since In-memory keystore operates exactly the opposite.
The text was updated successfully, but these errors were encountered:
(This answer is translated by papago from original Korean answer)
If you load a keystore file that already contains a wallet and add a new wallet to that keystore, it will cause an error. It can be added exactly, but errors occur in the process of saving.
Was it the save() method? In it, we found that the logic of examining already existing key stores was the opposite of the memory-based keystore and the file-based keystore.
이미 지갑이 들어있는 키스토어 파일을 로딩한 다음, 해당 키스토어에 새 지갑을 추가하면 에러가 납니다. 정확히는 추가는 되지만 저장을 하는 과정에서 에러가 납니다.
save()메서드였나? 그 안에서 이미 존재하는 키스토어 검사하는 로직이 메모리 기반 키스토어와 파일 기반 키스토어가 정 반대로 되어 있는 것을 발견했습니다.
Can't save an aergoKey in file based keystore (class hera.keystore.AergoKeyStore) if that identity is not in keystore directory.
It looks like a bug, since In-memory keystore operates exactly the opposite.
The text was updated successfully, but these errors were encountered: