aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-04-04 12:33:32 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-04-04 12:33:32 -0500
commit4398facb2e5a757f13b0ac0c2edb147a2a4f820c (patch)
tree6497f0afa88b28d2fe56a1cf507c498dd44be387 /src/cryptonote_basic
parent8f59b0ed14bc0acb21f24491c0413df6234afb25 (diff)
parent6d6af701ec6ebe93091ed516d2244bea166758a0 (diff)
downloadmonzero-core-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.tar.gz
monzero-core-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.tar.xz
monzero-core-4398facb2e5a757f13b0ac0c2edb147a2a4f820c.zip
Merge pull request #6286
6d6af70 cryptonote_basic: drop unused verification_context::m_not_rct field (xiphon)
Diffstat (limited to 'src/cryptonote_basic')
-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;
};