Merge pull request #5487

df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero)
This commit is contained in:
luigi1111 2019-08-14 15:26:55 -05:00
commit 2258551ef9
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
8 changed files with 27 additions and 0 deletions

View file

@ -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