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

string: adding base58_strip() for strlist_t

This commit is contained in:
Henrik Hautakoski 2020-01-15 12:56:40 +01:00
parent e5c096c709
commit baba04991f
2 changed files with 7 additions and 0 deletions

View file

@ -40,5 +40,6 @@ std::string& ltrim(std::string& str);
std::string& trim(std::string& str);
std::string& base58_strip(std::string &str);
strlist_t& base58_strip(strlist_t& list);
#endif /* STRING_H */