1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

Change namespace and header guards from libeosio to libantelope

This commit is contained in:
Henrik Hautakoski 2023-04-06 14:23:05 +02:00
parent 0cfd459c71
commit 6824a2f49e
32 changed files with 176 additions and 176 deletions

View file

@ -28,9 +28,9 @@
#include <cstddef>
#include <cassert>
#include <cstring>
#include <libeosio/base58.hpp>
#include <libantelope/base58.hpp>
namespace libeosio {
namespace libantelope {
static const char charmap[59] = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz";
static const int8_t table[256] = {
@ -190,4 +190,4 @@ std::string& base58_strip(std::string &str) {
return str;
}
} // namespace libeosio
} // namespace libantelope