diff options
| author | MarcoFalke <[email protected]> | 2018-02-14 16:30:55 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-02-16 14:21:52 -0500 |
| commit | fa9461473868132a6a23c672b2eea2d29287855d (patch) | |
| tree | b990b04c8a4c1aa12546142a381d354b2ea153e7 /src/miner.cpp | |
| parent | Merge #11966: clientversion: Use full commit hash for commit-based version de... (diff) | |
| download | discoin-fa9461473868132a6a23c672b2eea2d29287855d.tar.xz discoin-fa9461473868132a6a23c672b2eea2d29287855d.zip | |
[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 dda52790c..fcb376c6c 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 |