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:
parent
0cfd459c71
commit
6824a2f49e
32 changed files with 176 additions and 176 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue