mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 02:33:28 +01:00
minor style cleanups
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
|
||||
BOOST_AUTO_TEST_SUITE(CheckBlock_tests)
|
||||
|
||||
bool
|
||||
read_block(const std::string& filename, CBlock& block)
|
||||
bool read_block(const std::string& filename, CBlock& block)
|
||||
{
|
||||
namespace fs = boost::filesystem;
|
||||
fs::path testFile = fs::current_path() / "data" / filename;
|
||||
|
||||
Reference in New Issue
Block a user