cryptonote_basic: drop unused verification_context::m_not_rct field

This commit is contained in:
xiphon 2020-01-09 11:57:17 +00:00
parent 6c7d928f19
commit 6d6af701ec
6 changed files with 0 additions and 15 deletions

View file

@ -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;
};