aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-02-10 16:31:06 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-03-11 17:26:05 +0100
commit2b45345aaca9d0091972f983ac6e5c0b09d14777 (patch)
tree89799ed466274f175aa316f4c9499d7d30667f31 /src/main.h
parentfbdf4e5efaa612f05a37b1f0d29e8345b45ae1cb (diff)
downloadbitcoin-2b45345aaca9d0091972f983ac6e5c0b09d14777.tar.xz
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 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;