mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 23:40:03 -08:00
consensus: from v12, enforce >= 2 outputs
This commit is contained in:
@@ -875,6 +875,8 @@ namespace cryptonote
|
||||
add_reason(reason, "fee too low");
|
||||
if ((res.not_rct = tvc.m_not_rct))
|
||||
add_reason(reason, "tx is not ringct");
|
||||
if ((res.too_few_outputs = tvc.m_too_few_outputs))
|
||||
add_reason(reason, "too few outputs");
|
||||
const std::string punctuation = reason.empty() ? "" : ": ";
|
||||
if (tvc.m_verifivation_failed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user