From 2ce63d395fe3d71e921ecd9f4263031b25efa14e Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 12 Oct 2014 03:26:42 +0000 Subject: MOVEONLY: Move struct CBlockTemplate to miner.h (from main.h) --- src/main.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 1e00114768..a8346d1b8f 100644 --- a/src/main.h +++ b/src/main.h @@ -45,7 +45,6 @@ class CScriptCheck; class CValidationInterface; class CValidationState; -struct CBlockTemplate; struct CNodeStateStats; /** Default for -blockmaxsize and -blockminsize, which control the range of sizes the mining code will create **/ @@ -513,17 +512,6 @@ extern CCoinsViewCache *pcoinsTip; /** Global variable that points to the active block tree (protected by cs_main) */ extern CBlockTreeDB *pblocktree; -struct CBlockTemplate -{ - CBlock block; - std::vector vTxFees; - std::vector vTxSigOps; -}; - - - - - class CValidationInterface { protected: -- cgit v1.2.3