collect more info on tx pooling and block finding for getmininginfo

This commit is contained in:
Luke Dashjr
2011-05-27 00:02:51 -04:00
parent 6950bb6200
commit 340f0876ea
3 changed files with 21 additions and 0 deletions

View File

@@ -62,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;