error = different account recovered
Closed this issue · 3 comments
enzofoucaud commented
Hi !
I try to access my account with the LoadPrivateKeyFromJsonFile function but I have this following error :
ERROR[2023-03-08 10:31:34.539] error loading wallet error = different account recovered
file, err := w.LoadPrivateKeyFromJsonFile("wallet.json", "password")
if err != nil {
log.Error("error loading wallet", "error", err)
panic(err)
}```
bogdan-rosianu commented
Hi. Thanks for opening this issue. We were able to reproduce and we'll come with a fix ASAP.
bogdan-rosianu commented
#128 fixes this issues
bogdan-rosianu commented
Please use the current latest tag, v1.2.6
. Thanks for reporting the issue