diff options
| author | Gavin Andresen <[email protected]> | 2012-02-16 10:22:31 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-02-16 11:37:54 -0500 |
| commit | 0f8cb5db73e8ab06b779b3cf82e26986ccc7c3f8 (patch) | |
| tree | 7313dd40525ceaf1908db04397ee21bb0804c56d /src/main.h | |
| parent | Merge pull request #843 from TheBlueMatt/qrcodedoc (diff) | |
| download | discoin-0f8cb5db73e8ab06b779b3cf82e26986ccc7c3f8.tar.xz discoin-0f8cb5db73e8ab06b779b3cf82e26986ccc7c3f8.zip | |
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 908ada7d4..d9f976c21 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 |