mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
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);
|
||||
|
||||
MINFO("Transaction " << id << " added to pool");
|
||||
return true;
|
||||
}
|
||||
//---------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue