X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmain.h;h=30f3cc3ed119aafb4f37494960be823b7c62ca83;hb=340f0876eabcabefa77588585f7c8f29954dcb48;hp=d613d284b696366fa950d100d7986a299ff377bf;hpb=bde280b9a4da2652716c8ffdeed9ebfa4461cc70;p=novacoin.git diff --git a/src/main.h b/src/main.h index d613d28..30f3cc3 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; @@ -63,7 +62,10 @@ extern CBigNum bnBestChainWork; extern CBigNum bnBestInvalidWork; extern uint256 hashBestChain; extern CBlockIndex* pindexBest; +extern uint64 nPooledTx; extern unsigned int nTransactionsUpdated; +extern uint64 nLastBlockTx; +extern uint64 nLastBlockSize; extern double dHashesPerSec; extern int64 nHPSTimerStart; extern int64 nTimeBestReceived;