diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-16 10:22:31 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-02-16 11:37:54 -0500 |
commit | 0f8cb5db73e8ab06b779b3cf82e26986ccc7c3f8 (patch) | |
tree | 7313dd40525ceaf1908db04397ee21bb0804c56d /src/main.h | |
parent | b7c25e0c1346256be12310264ea5cc4ce7794118 (diff) |
Fix issue #848 : broken mining on testnet
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 908ada7d4f..d9f976c217 100644 --- a/src/main.h +++ b/src/main.h @@ -913,6 +913,7 @@ public: return (int64)nTime; } + void UpdateTime(const CBlockIndex* pindexPrev); uint256 BuildMerkleTree() const |