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

src/string.cpp: in l33twords() "l" is a bit special. so we set "l" to "1"

This commit is contained in:
Henrik Hautakoski 2020-01-15 16:55:11 +01:00
parent fd2b4a8368
commit 418949f26f
2 changed files with 6 additions and 2 deletions

View file

@ -44,6 +44,6 @@ std::string& trim(std::string& str);
std::string& base58_strip(std::string &str);
strlist_t& base58_strip(strlist_t& list);
strlist_t l33twords(const std::string& str);
strlist_t l33twords(std::string str);
#endif /* STRING_H */