From df83ed74e487d6f828164bb9652681801abb439e Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Tue, 23 Apr 2019 21:56:04 +0000 Subject: consensus: from v12, enforce >= 2 outputs --- 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 36b63f254..3d7200fae 100644 --- a/src/cryptonote_basic/verification_context.h +++ b/src/cryptonote_basic/verification_context.h @@ -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 -- cgit v1.2.3