diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-03-18 18:23:14 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-03-18 18:23:14 -0400 |
| commit | 225e5ba571264eb9ceb1e7defa732d8ea28ab5cb (patch) | |
| tree | 0ad4ec7c9845447eff358f6a863b7c981e584a97 /src/cryptonote_basic/verification_context.h | |
| parent | 66f57299a220db539fdfb280c27483660664875d (diff) | |
| parent | 5900ed3706caa1beeef88738e7b62194280af5d9 (diff) | |
| download | monzero-core-225e5ba571264eb9ceb1e7defa732d8ea28ab5cb.tar.gz monzero-core-225e5ba571264eb9ceb1e7defa732d8ea28ab5cb.tar.xz monzero-core-225e5ba571264eb9ceb1e7defa732d8ea28ab5cb.zip | |
Merge pull request #8784
5900ed3 Add a size limit for tx_extra in tx pool (tevador)
Diffstat (limited to 'src/cryptonote_basic/verification_context.h')
| -rw-r--r-- | src/cryptonote_basic/verification_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
