From 1ef79b430f72f2cc2465d4e7bbe324f40c188772 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 27 Dec 2018 00:43:15 +0000 Subject: simplewallet: disable long payment ids by default unless --long-payment-id-support is used --- src/simplewallet/simplewallet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/simplewallet/simplewallet.h') 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 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(); }; -- cgit v1.2.3