tx_pool: add a debug message when adding a tx to the pool
This commit is contained in:
parent
9faef1f83a
commit
5adcb5a48c
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ namespace cryptonote
|
||||||
|
|
||||||
m_txs_by_fee_and_receive_time.emplace(std::pair<double, std::time_t>(fee / (double)blob_size, receive_time), id);
|
m_txs_by_fee_and_receive_time.emplace(std::pair<double, std::time_t>(fee / (double)blob_size, receive_time), id);
|
||||||
|
|
||||||
|
MINFO("Transaction " << id << " added to pool");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue