Merge pull request #5940

0f5954c Regression test for ResendWalletTransactions (Gavin Andresen)
This commit is contained in:
Wladimir J. van der Laan
2015-03-30 14:17:31 +02:00
10 changed files with 88 additions and 32 deletions

View File

@@ -115,7 +115,6 @@ extern BlockMap mapBlockIndex;
extern uint64_t nLastBlockTx;
extern uint64_t nLastBlockSize;
extern const std::string strMessageMagic;
extern int64_t nTimeBestReceived;
extern CWaitableCriticalSection csBestBlock;
extern CConditionVariable cvBlockChange;
extern bool fImporting;