Merge pull request #3650

2b45345 minor style cleanups (Philip Kaufmann)
This commit is contained in:
Wladimir J. van der Laan 2014-03-15 10:23:54 +01:00
commit acfe60677c
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
3 changed files with 11 additions and 11 deletions

View File

@ -427,6 +427,7 @@ class CMerkleTx : public CTransaction
{
private:
int GetDepthInMainChainINTERNAL(CBlockIndex* &pindexRet) const;
public:
uint256 hashBlock;
std::vector<uint256> vMerkleBranch;

View File

@ -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;