diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-03-30 14:17:31 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-03-30 14:28:09 +0200 |
commit | 446bb70fcdff61dfdd770e0624a3885fe2a28bb0 (patch) | |
tree | 69fb904c35e1268d5a008f95104b569901d32105 /src/main.h | |
parent | d62fed14ab2576994abd66c26d91f393ef6b0efd (diff) | |
parent | 0f5954c434fdd04b9abca6ddc6f1bbf895b6c6be (diff) |
Merge pull request #5940
0f5954c Regression test for ResendWalletTransactions (Gavin Andresen)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index ac73b242f1..3ef042895d 100644 --- a/src/main.h +++ b/src/main.h @@ -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; |