mirror of
https://github.com/monero-project/monero.git
synced 2025-08-10 19:00:11 -04:00
Add a size limit for tx_extra in tx pool
This commit is contained in:
parent
50aa0e8b7f
commit
3771641fc5
6 changed files with 22 additions and 1 deletions
|
@ -53,6 +53,7 @@ namespace cryptonote
|
|||
bool m_overspend;
|
||||
bool m_fee_too_low;
|
||||
bool m_too_few_outputs;
|
||||
bool m_tx_extra_too_big;
|
||||
};
|
||||
|
||||
struct block_verification_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue