diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-07-02 10:02:12 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-08-28 21:29:07 +0100 |
commit | c2ec6d35b9a8130fe1253d4933741506fee504cf (patch) | |
tree | db452ab0c59d65dafcb6b13f292f1e1c5c2516a9 /src/cryptonote_core/verification_context.h | |
parent | wallet: factor transfer_rct code with transfer code (diff) | |
download | monero-c2ec6d35b9a8130fe1253d4933741506fee504cf.tar.xz |
mixable transactions must be rct for v3
Diffstat (limited to 'src/cryptonote_core/verification_context.h')
-rw-r--r-- | src/cryptonote_core/verification_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/verification_context.h b/src/cryptonote_core/verification_context.h index e58291ea9..0bb635e84 100644 --- a/src/cryptonote_core/verification_context.h +++ b/src/cryptonote_core/verification_context.h @@ -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 |