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