aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2014-02-10 16:31:06 +0100
committerPhilip Kaufmann <[email protected]>2014-03-11 17:26:05 +0100
commit2b45345aaca9d0091972f983ac6e5c0b09d14777 (patch)
tree89799ed466274f175aa316f4c9499d7d30667f31 /src/main.h
parentMerge pull request #3844 (diff)
downloaddiscoin-2b45345aaca9d0091972f983ac6e5c0b09d14777.tar.xz
discoin-2b45345aaca9d0091972f983ac6e5c0b09d14777.zip
minor style cleanups
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index b9c8dd705..5ecf9d836 100644
--- a/src/main.h
+++ b/src/main.h
@@ -427,6 +427,7 @@ class CMerkleTx : public CTransaction
{
private:
int GetDepthInMainChainINTERNAL(CBlockIndex* &pindexRet) const;
+
public:
uint256 hashBlock;
std::vector<uint256> vMerkleBranch;