From 3b7cb0f4f6947732ee2708abe5b077c256a5f787 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 6 May 2021 15:13:27 +0200 Subject: [PATCH] include/libeosio/base58.hpp: minor copy/paste error in comment. --- include/libeosio/base58.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libeosio/base58.hpp b/include/libeosio/base58.hpp index 213d84a..9bace9f 100644 --- a/include/libeosio/base58.hpp +++ b/include/libeosio/base58.hpp @@ -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 */