diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-03-18 15:58:12 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-03-18 15:58:12 +0200 |
commit | df91d7bcbda144a37cee5eca1d1cd7fe114777b5 (patch) | |
tree | 8a767613e2d33f8664fbd9dfe7eb15cc35187b80 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #3419 (diff) | |
parent | simplewallet: new --use-english-language-names flag (diff) | |
download | monero-df91d7bcbda144a37cee5eca1d1cd7fe114777b5.tar.xz |
Merge pull request #3426
8ea3c4d5 simplewallet: new --use-english-language-names flag (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index f45018b60..f26f69353 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -335,6 +335,7 @@ namespace cryptonote bool m_restoring; // are we restoring, by whatever method? uint64_t m_restore_height; // optional bool m_do_not_relay; + bool m_use_english_language_names; epee::console_handlers_binder m_cmd_binder; |