aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-03-20 14:15:30 +0900
committerstoffu <stoffu@protonmail.ch>2018-05-28 13:41:39 +0900
commita6b8d3fee19f53bc9f74014c492276959879df86 (patch)
tree13908b09d5b950042372707c555f6b8b7c40b642 /src
parentMerge pull request #3800 (diff)
downloadmonero-a6b8d3fee19f53bc9f74014c492276959879df86.tar.xz
tx_pool: remove old comment from fill_block_template()
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/tx_pool.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cryptonote_core/tx_pool.cpp b/src/cryptonote_core/tx_pool.cpp
index 5dfbc1dd4..bf1fe476e 100644
--- a/src/cryptonote_core/tx_pool.cpp
+++ b/src/cryptonote_core/tx_pool.cpp
@@ -1068,10 +1068,6 @@ namespace cryptonote
//TODO: investigate whether boolean return is appropriate
bool tx_memory_pool::fill_block_template(block &bl, size_t median_size, uint64_t already_generated_coins, size_t &total_size, uint64_t &fee, uint64_t &expected_reward, uint8_t version)
{
- // Warning: This function takes already_generated_
- // coins as an argument and appears to do nothing
- // with it.
-
CRITICAL_REGION_LOCAL(m_transactions_lock);
CRITICAL_REGION_LOCAL1(m_blockchain);