mirror of
https://github.com/monero-project/monero.git
synced 2026-01-13 05:16:48 -08:00
cryptonote_basic: drop unused verification_context::m_not_rct field
This commit is contained in:
@@ -410,11 +410,6 @@ namespace rpc
|
||||
if (!res.error_details.empty()) res.error_details += " and ";
|
||||
res.error_details += "fee too low";
|
||||
}
|
||||
if (tvc.m_not_rct)
|
||||
{
|
||||
if (!res.error_details.empty()) res.error_details += " and ";
|
||||
res.error_details += "tx is not ringct";
|
||||
}
|
||||
if (tvc.m_too_few_outputs)
|
||||
{
|
||||
if (!res.error_details.empty()) res.error_details += " and ";
|
||||
|
||||
Reference in New Issue
Block a user