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:
parent
fd2b4a8368
commit
418949f26f
2 changed files with 6 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue