Merge pull request #5049

0a29660f message_store: init me field (moneromooo-monero)
pull/5081/head
Riccardo Spagni 5 years ago
commit 8ba36cf6d4
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -135,6 +135,7 @@ namespace mms
{
monero_address_known = false;
memset(&monero_address, 0, sizeof(cryptonote::account_public_address));
me = false;
index = 0;
auto_config_public_key = crypto::null_pkey;
auto_config_secret_key = crypto::null_skey;

Loading…
Cancel
Save