aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic/verification_context.h
diff options
context:
space:
mode:
authorxiphon <xiphon@protonmail.com>2020-01-09 11:57:17 +0000
committerxiphon <xiphon@protonmail.com>2020-03-31 21:58:25 +0000
commit6d6af701ec6ebe93091ed516d2244bea166758a0 (patch)
tree3bf8f0519c468fc01395f69d931022f7f801bceb /src/cryptonote_basic/verification_context.h
parentMerge pull request #6336 (diff)
downloadmonero-6d6af701ec6ebe93091ed516d2244bea166758a0.tar.xz
cryptonote_basic: drop unused verification_context::m_not_rct field
Diffstat (limited to '')
-rw-r--r--src/cryptonote_basic/verification_context.h1
1 files changed, 0 insertions, 1 deletions
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;
};