msg on mining key

pull/402/head
wowario 3 years ago
parent 5fc33d80b7
commit 06a8561506
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -766,7 +766,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');
}

Loading…
Cancel
Save