mirror of
https://github.com/monero-project/monero.git
synced 2025-08-08 06:02:43 -04:00
mixable transactions must be rct for v3
This commit is contained in:
parent
1017a75460
commit
c2ec6d35b9
4 changed files with 33 additions and 6 deletions
|
@ -47,6 +47,7 @@ namespace cryptonote
|
|||
bool m_too_big;
|
||||
bool m_overspend;
|
||||
bool m_fee_too_low;
|
||||
bool m_not_rct;
|
||||
};
|
||||
|
||||
struct block_verification_context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue