From 5900ed3706caa1beeef88738e7b62194280af5d9 Mon Sep 17 00:00:00 2001 From: tevador Date: Sun, 5 Feb 2023 21:53:32 +0100 Subject: Add a size limit for tx_extra in tx pool --- src/cryptonote_basic/verification_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cryptonote_basic/verification_context.h') diff --git a/src/cryptonote_basic/verification_context.h b/src/cryptonote_basic/verification_context.h index 34157218f..ffd07b27a 100644 --- a/src/cryptonote_basic/verification_context.h +++ b/src/cryptonote_basic/verification_context.h @@ -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 -- cgit v1.2.3