diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2011-05-27 00:02:51 -0400 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-01-12 19:47:39 -0500 |
commit | 340f0876eabcabefa77588585f7c8f29954dcb48 (patch) | |
tree | 3604bf862caca4250982df4903dac4fd557c0916 /src/main.h | |
parent | 6950bb6200cb71d0a1932e80c3aa563391fe6627 (diff) |
collect more info on tx pooling and block finding for getmininginfo
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index a7c168280f..30f3cc3ed1 100644 --- a/src/main.h +++ b/src/main.h @@ -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; |