diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-23 16:26:38 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-12-23 16:26:38 -0500 |
commit | 8a53cb0b9d6a6c780c3458a2c3801409c2e3b0ca (patch) | |
tree | 5a717679b6ec43655d78e4df47225177a741f40b /src/main.h | |
parent | 5ad2ca011eaee4f07c71458bb475224608132b25 (diff) |
New RPC commands: getblockhash and getblock
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
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; |