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

@ -240,8 +240,6 @@ namespace
add_reason(reason, "overspend");
if (res.fee_too_low)
add_reason(reason, "fee too low");
if (res.not_rct)
add_reason(reason, "tx is not ringct");
if (res.sanity_check_failed)
add_reason(reason, "tx sanity check failed");
if (res.not_relayed)