msg on mining key

This commit is contained in:
wowario 2021-07-12 20:16:55 +03:00
parent 933e5df1cf
commit 7e44298459
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ bool simple_wallet::spendkey(const std::vector<std::string> &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');
}