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

core/string.h: move base58 functions to crypto/base58.h

This commit is contained in:
Henrik Hautakoski 2020-02-26 12:23:53 +01:00
parent 040d3457ef
commit 4a64da310b
5 changed files with 23 additions and 13 deletions

View file

@ -43,7 +43,6 @@ std::string& rtrim(std::string& str);
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);
strlist_t l33twords(std::string str);