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:
parent
dbf4e56e52
commit
840c6ae69a
1 changed files with 0 additions and 1 deletions
|
|
@ -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 '"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue