From 0bb22452ac4557b0db99bf3068c2cabd035e4171 Mon Sep 17 00:00:00 2001 From: wowario Date: Sat, 25 Feb 2023 09:48:36 +0300 Subject: [PATCH] remove warning reusing keys --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index b197eec13..ab2dc3b7b 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -10795,7 +10795,7 @@ int main(int argc, char* argv[]) std::tie(vm, should_terminate) = wallet_args::main( argc, argv, "wownero-wallet-cli [--wallet-file=|--generate-new-wallet=] []", - sw::tr("This is the command line wownero wallet. It needs to connect to a wownero\ndaemon to work correctly.\nWARNING: Do not reuse your Wownero keys on another fork, UNLESS this fork has key reuse mitigations built in. Doing so will harm your privacy."), + sw::tr("This is the command line wownero wallet. It needs to connect to a wownero\ndaemon to work correctly."), 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; },