mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-14 07:03:29 +01:00
tx_pool: add a debug message when adding a tx to the pool
This commit is contained in:
parent
9faef1f83a
commit
5adcb5a48c
@ -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 New Issue
Block a user