1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-17 20:10:03 +02:00

include/libeosio/base58.hpp: minor copy/paste error in comment.

This commit is contained in:
Henrik Hautakoski 2021-05-06 15:13:27 +02:00
parent 2fa6220cea
commit 3b7cb0f4f6

View file

@ -54,6 +54,6 @@ size_t is_base58(const std::string& str);
*/
std::string& base58_strip(std::string& str);
} //namespace eoskeygen
} //namespace libeosio
#endif /* LIBEOSIO_BASE58_H */