1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

main.cpp: Remove unwanted output.

This commit is contained in:
Henrik Hautakoski 2020-03-11 00:41:43 +01:00
parent dbf4e56e52
commit 840c6ae69a

View file

@ -52,7 +52,6 @@ int cmd_search(const eoskeygen::strlist_t& words, const eoskeygen::Dictionary& d
for(auto it = words.begin(); it != words.end(); it++) {
size_t p = eoskeygen::is_base58(*it);
std::cout << *it << std::endl;
if (p != std::string::npos) {
std::cerr << "The word '"
<< *it << "' contains an invalid non-base58 character '"