From 6d6af701ec6ebe93091ed516d2244bea166758a0 Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 9 Jan 2020 11:57:17 +0000 Subject: cryptonote_basic: drop unused verification_context::m_not_rct field --- src/cryptonote_basic/verification_context.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cryptonote_basic') diff --git a/src/cryptonote_basic/verification_context.h b/src/cryptonote_basic/verification_context.h index f5f663464..4d49b692c 100644 --- a/src/cryptonote_basic/verification_context.h +++ b/src/cryptonote_basic/verification_context.h @@ -47,7 +47,6 @@ namespace cryptonote bool m_too_big; bool m_overspend; bool m_fee_too_low; - bool m_not_rct; bool m_too_few_outputs; }; -- cgit v1.2.3