diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-01-18 09:25:18 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-01-18 09:25:18 +0200 |
commit | f3368acef50d45426db414d8166249746f8b7dc2 (patch) | |
tree | 28e0bfabb585f553f93ef8b66a8539c98d09b1ee /src/simplewallet/simplewallet.h | |
parent | Merge pull request #5017 (diff) | |
parent | simplewallet: disable long payment ids by default (diff) | |
download | monero-f3368acef50d45426db414d8166249746f8b7dc2.tar.xz |
Merge pull request #5020
1ef79b43 simplewallet: disable long payment ids by default (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index f364df2ff..c3dc16d96 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -398,6 +398,8 @@ namespace cryptonote bool m_auto_refresh_refreshing; std::atomic<bool> m_in_manual_refresh; uint32_t m_current_subaddress_account; + + bool m_long_payment_id_support; // MMS mms::message_store& get_message_store() const { return m_wallet->get_message_store(); }; |