mirror of
https://github.com/monero-project/monero.git
synced 2025-08-16 09:40:39 -04:00
cryptonote_basic: drop unused verification_context::m_not_rct field
This commit is contained in:
parent
6c7d928f19
commit
6d6af701ec
6 changed files with 0 additions and 15 deletions
|
@ -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 ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue