mirror of
https://github.com/monero-project/monero.git
synced 2026-08-02 08:58:06 -07:00
cryptonote_basic: drop unused verification_context::m_not_rct field
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user