aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-12-23 16:26:38 -0500
committerGavin Andresen <gavinandresen@gmail.com>2011-12-23 16:26:38 -0500
commit8a53cb0b9d6a6c780c3458a2c3801409c2e3b0ca (patch)
tree5a717679b6ec43655d78e4df47225177a741f40b /src/main.h
parent5ad2ca011eaee4f07c71458bb475224608132b25 (diff)
downloadbitcoin-8a53cb0b9d6a6c780c3458a2c3801409c2e3b0ca.tar.xz
New RPC commands: getblockhash and getblock
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index d613d284b6..a7c168280f 100644
--- a/src/main.h
+++ b/src/main.h
@@ -25,7 +25,6 @@ class CAddress;
class CInv;
class CRequestTracker;
class CNode;
-class CBlockIndex;
static const int CLIENT_VERSION = 59900;
static const bool VERSION_IS_BETA = true;