mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 14:06:07 -04:00
consensus: from v12, enforce >= 2 outputs
This commit is contained in:
parent
475481949a
commit
df83ed74e4
8 changed files with 27 additions and 0 deletions
|
@ -48,6 +48,7 @@ namespace cryptonote
|
|||
bool m_overspend;
|
||||
bool m_fee_too_low;
|
||||
bool m_not_rct;
|
||||
bool m_too_few_outputs;
|
||||
};
|
||||
|
||||
struct block_verification_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue