mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
Merge pull request #3650
2b45345
minor style cleanups (Philip Kaufmann)
This commit is contained in:
commit
acfe60677c
@ -427,6 +427,7 @@ class CMerkleTx : public CTransaction
|
|||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
int GetDepthInMainChainINTERNAL(CBlockIndex* &pindexRet) const;
|
int GetDepthInMainChainINTERNAL(CBlockIndex* &pindexRet) const;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
uint256 hashBlock;
|
uint256 hashBlock;
|
||||||
std::vector<uint256> vMerkleBranch;
|
std::vector<uint256> vMerkleBranch;
|
||||||
|
@ -15,8 +15,7 @@
|
|||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE(CheckBlock_tests)
|
BOOST_AUTO_TEST_SUITE(CheckBlock_tests)
|
||||||
|
|
||||||
bool
|
bool read_block(const std::string& filename, CBlock& block)
|
||||||
read_block(const std::string& filename, CBlock& block)
|
|
||||||
{
|
{
|
||||||
namespace fs = boost::filesystem;
|
namespace fs = boost::filesystem;
|
||||||
fs::path testFile = fs::current_path() / "data" / filename;
|
fs::path testFile = fs::current_path() / "data" / filename;
|
||||||
|
Loading…
Reference in New Issue
Block a user