|
Electroneum
|
#include <boost/filesystem.hpp>#include <boost/algorithm/string/predicate.hpp>#include <cstdio>#include <iostream>#include <chrono>#include <thread>#include "gtest/gtest.h"#include "string_tools.h"#include "blockchain_db/blockchain_db.h"#include "blockchain_db/lmdb/db_lmdb.h"#include "cryptonote_basic/cryptonote_format_utils.h"
Go to the source code of this file.
Macros | |
| #define | ASSERT_HASH_EQ(a, b) ASSERT_EQ(pod_to_hex(a), pod_to_hex(b)) |
Definition at line 50 of file blockchain_db.cpp.