diff options
| author | Luke Dashjr <[email protected]> | 2012-11-14 21:32:36 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-11-14 21:32:36 +0000 |
| commit | c6911a9755ef8daf7b9ae7d277c78ebf8e25b230 (patch) | |
| tree | 70fc4b026a6bb78f6d152678dfb1092d5914754e /src/main.cpp | |
| parent | Fixes a race condition in CreateNewBlock and a future null deref on testnet. (diff) | |
| parent | Merge branch '0.6.0.x' into 0.6.x (diff) | |
| download | discoin-c6911a9755ef8daf7b9ae7d277c78ebf8e25b230.tar.xz discoin-c6911a9755ef8daf7b9ae7d277c78ebf8e25b230.zip | |
Merge branch '0.6.x' into 0.7.x
Conflicts:
src/bitcoinrpc.cpp
src/crypter.h
src/main.cpp
src/qt/bitcoin.cpp
src/qt/qtipcserver.cpp
src/util.cpp
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1dcc4ad5f..6ab908733 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3461,7 +3461,6 @@ public: CBlock* CreateNewBlock(CReserveKey& reservekey) { - // Create new block auto_ptr<CBlock> pblock(new CBlock()); if (!pblock.get()) |