From c2ec6d35b9a8130fe1253d4933741506fee504cf Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 2 Jul 2016 10:02:12 +0100 Subject: mixable transactions must be rct for v3 --- src/cryptonote_core/verification_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cryptonote_core/verification_context.h') diff --git a/src/cryptonote_core/verification_context.h b/src/cryptonote_core/verification_context.h index e58291ea9..0bb635e84 100644 --- a/src/cryptonote_core/verification_context.h +++ b/src/cryptonote_core/verification_context.h @@ -47,6 +47,7 @@ namespace cryptonote bool m_too_big; bool m_overspend; bool m_fee_too_low; + bool m_not_rct; }; struct block_verification_context -- cgit v1.2.3