mirror of
https://github.com/monero-project/monero.git
synced 2026-01-02 07:50:16 -08:00
mixable transactions must be rct for v3
This commit is contained in:
@@ -483,6 +483,8 @@ namespace cryptonote
|
||||
res.reason = "overspend";
|
||||
if ((res.fee_too_low = tvc.m_fee_too_low))
|
||||
res.reason = "fee too low";
|
||||
if ((res.not_rct = tvc.m_not_rct))
|
||||
res.reason = "tx is not ringct";
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user