fix Monero polyseed issue (#1474)

Add desktop settings silent payment
update versions
This commit is contained in:
Omar Hatem 2024-05-31 15:57:30 +03:00 committed by GitHub
parent 5545137047
commit 43a4477b39
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 24 additions and 17 deletions

View file

@ -399,7 +399,6 @@ extern "C"
return false;
}
wallet->store(std::string(path));
change_current_wallet(wallet);
return true;
}