mirror of
https://github.com/monero-project/monero.git
synced 2026-07-31 16:10:38 -07:00
Add a size limit for tx_extra in tx pool
This commit is contained in:
@@ -1275,6 +1275,8 @@ namespace cryptonote
|
||||
add_reason(reason, "fee too low");
|
||||
if ((res.too_few_outputs = tvc.m_too_few_outputs))
|
||||
add_reason(reason, "too few outputs");
|
||||
if ((res.tx_extra_too_big = tvc.m_tx_extra_too_big))
|
||||
add_reason(reason, "tx-extra too big");
|
||||
const std::string punctuation = reason.empty() ? "" : ": ";
|
||||
if (tvc.m_verifivation_failed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user