aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-03-05 17:38:56 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-03-05 17:38:59 +0100
commit21e2670de3bcbcd41fd7655bfac042ab1ff36762 (patch)
treed0d6acdca06958f6bd59c8c2bf14429db965bb61 /src
parent07d2d2a21c508050ba0bbe9ba55d5756c96f8909 (diff)
parentfa9461473868132a6a23c672b2eea2d29287855d (diff)
downloadbitcoin-21e2670de3bcbcd41fd7655bfac042ab1ff36762.tar.xz
Merge #12434: [doc] dev-notes: Members should be initialized
fa9461473 [doc] dev-notes: Members should be initialized (MarcoFalke) Pull request description: Also, remove mention of threads that were removed long ago. Motivation: Make it easier to spot bugs such as #11654 and #12426 Tree-SHA512: 8ca1cb54e830e9368803bd98a8b08c39bf2d46f079094ed7e070b32ae15a6e611ce98d7a614f897803309f4728575e6bc9357fab1157c53d2536417eb8271653
Diffstat (limited to 'src')
-rw-r--r--src/miner.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/miner.cpp b/src/miner.cpp
index dda52790c6..fcb376c6cb 100644
--- a/src/miner.cpp
+++ b/src/miner.cpp
@@ -30,12 +30,6 @@
#include <queue>
#include <utility>
-//////////////////////////////////////////////////////////////////////////////
-//
-// BitcoinMiner
-//
-
-//
// Unconfirmed transactions in the memory pool often depend on other
// transactions in the memory pool. When we select transactions from the
// pool, we select by highest fee rate of a transaction combined with all