From 8a53cb0b9d6a6c780c3458a2c3801409c2e3b0ca Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Fri, 23 Dec 2011 16:26:38 -0500 Subject: New RPC commands: getblockhash and getblock --- src/main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.h') 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; -- cgit v1.2.3