From 06a8561506f555933b4bf106fb4454b41ba8c3f5 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 12 Jul 2021 20:16:55 +0300 Subject: [PATCH] msg on mining key --- 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 6638a1070..df440e047 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -766,7 +766,7 @@ bool simple_wallet::spendkey(const std::vector &args/* = std::vecto std::cout << "secret: On device. Not available" << std::endl; } else { SCOPED_WALLET_UNLOCK(); - printf("secret: "); + printf("secret (key used for mining): "); print_secret_key(m_wallet->get_account().get_keys().m_spend_secret_key); putchar('\n'); }