diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-02-14 16:30:55 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-02-16 14:21:52 -0500 |
commit | fa9461473868132a6a23c672b2eea2d29287855d (patch) | |
tree | b990b04c8a4c1aa12546142a381d354b2ea153e7 /src/miner.cpp | |
parent | f4f4f51f1a940a239c9b406fe3b362bf3303cbce (diff) |
[doc] dev-notes: Members should be initialized
Also, remove mention of threads that were removed long ago
Diffstat (limited to 'src/miner.cpp')
-rw-r--r-- | src/miner.cpp | 6 |
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 |