diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-02-10 16:31:06 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2014-03-11 17:26:05 +0100 |
commit | 2b45345aaca9d0091972f983ac6e5c0b09d14777 (patch) | |
tree | 89799ed466274f175aa316f4c9499d7d30667f31 /src/main.h | |
parent | fbdf4e5efaa612f05a37b1f0d29e8345b45ae1cb (diff) |
minor style cleanups
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index b9c8dd7050..5ecf9d8365 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; |