![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <algorithm>
#include <boost/assign/list_of.hpp>
#include <boost/date_time/posix_time/posix_time_types.hpp>
#include <boost/test/unit_test.hpp>
#include <boost/foreach.hpp>
#include "main.h"
#include "wallet.h"
#include "net.h"
#include "util.h"
Go to the source code of this file.
Functions | |
bool | read_block (const std::string &filename, CBlock &block) |
BOOST_AUTO_TEST_CASE (May15) | |
BOOST_AUTO_TEST_CASE | ( | May15 | ) |
Definition at line 42 of file checkblock_tests.cpp.
bool read_block | ( | const std::string & | filename, |
CBlock & | block | ||
) |
Definition at line 19 of file checkblock_tests.cpp.