diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-04-12 13:46:50 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-04-12 13:46:50 +0200 |
| commit | f6094bb225331d0edd666cad93d6350e20ad4355 (patch) | |
| tree | b608914db94accdfe12782613b4bf9c7a31d7ead | |
| parent | 226de8e9285bd3eec2965f9b8273a0819f312ce0 (diff) | |
| parent | aa5c2e01e72c7d45c2c818348c43dc04f605331e (diff) | |
| download | monzero-core-f6094bb225331d0edd666cad93d6350e20ad4355.tar.gz monzero-core-f6094bb225331d0edd666cad93d6350e20ad4355.tar.xz monzero-core-f6094bb225331d0edd666cad93d6350e20ad4355.zip | |
Merge pull request #3532
aa5c2e01 simplewallet: warn about key reuse on startup (moneromooo-monero)
| -rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b2651026f..cd1201df7 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -7477,7 +7477,7 @@ int main(int argc, char* argv[]) const auto vm = wallet_args::main( argc, argv, "monero-wallet-cli [--wallet-file=<file>|--generate-new-wallet=<file>] [<COMMAND>]", - sw::tr("This is the command line monero wallet. It needs to connect to a monero\ndaemon to work correctly."), + sw::tr("This is the command line monero wallet. It needs to connect to a monero\ndaemon to work correctly.\nWARNING: Do not reuse your Monero keys on an another fork, UNLESS this fork has key reuse mitigations built in. Doing so will harm your privacy."), desc_params, positional_options, [](const std::string &s, bool emphasis){ tools::scoped_message_writer(emphasis ? epee::console_color_white : epee::console_color_default, true) << s; }, |
