diff options
| author | Riccardo Spagni <ric@spagni.net> | 2019-01-18 19:01:23 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2019-01-18 19:01:23 +0200 |
| commit | 8ba36cf6d400f2a6eaf1450ba95e50a927221bb9 (patch) | |
| tree | ec491047aa7ed8b63fdb224a7474417bcf5d6807 /src/wallet | |
| parent | 416b6719bd22b2fc81b2b19c4919c7147d8b290b (diff) | |
| parent | 0a29660f5c79e9316f75da273a50711577033eb3 (diff) | |
| download | monzero-core-8ba36cf6d400f2a6eaf1450ba95e50a927221bb9.tar.gz monzero-core-8ba36cf6d400f2a6eaf1450ba95e50a927221bb9.tar.xz monzero-core-8ba36cf6d400f2a6eaf1450ba95e50a927221bb9.zip | |
Merge pull request #5049
0a29660f message_store: init me field (moneromooo-monero)
Diffstat (limited to 'src/wallet')
| -rw-r--r-- | src/wallet/message_store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/message_store.h b/src/wallet/message_store.h index 7d26f7889..637bd29a1 100644 --- a/src/wallet/message_store.h +++ b/src/wallet/message_store.h @@ -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; |
