mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #5049
0a29660f
message_store: init me field (moneromooo-monero)
This commit is contained in:
commit
8ba36cf6d4
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ namespace mms
|
||||||
{
|
{
|
||||||
monero_address_known = false;
|
monero_address_known = false;
|
||||||
memset(&monero_address, 0, sizeof(cryptonote::account_public_address));
|
memset(&monero_address, 0, sizeof(cryptonote::account_public_address));
|
||||||
|
me = false;
|
||||||
index = 0;
|
index = 0;
|
||||||
auto_config_public_key = crypto::null_pkey;
|
auto_config_public_key = crypto::null_pkey;
|
||||||
auto_config_secret_key = crypto::null_skey;
|
auto_config_secret_key = crypto::null_skey;
|
||||||
|
|
Loading…
Reference in a new issue