mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
Skip failed key derivations instead of shutdown
This commit is contained in:
@@ -195,7 +195,7 @@ namespace lws
|
||||
|
||||
crypto::key_derivation derived;
|
||||
if (!crypto::wallet::generate_key_derivation(key.pub_key, user.view_key(), derived))
|
||||
throw std::runtime_error{"Key derivation failed"};
|
||||
continue; // to next user
|
||||
|
||||
db::extra ext{};
|
||||
std::uint32_t mixin = 0;
|
||||
|
||||
Reference in New Issue
Block a user