diff options
author | luigi1111 <luigi1111w@gmail.com> | 2019-08-14 15:26:55 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-14 15:26:55 -0500 |
commit | 2258551ef999c016b4d7404eb81598ed43e84410 (patch) | |
tree | 08bbba8e340849f2bc286fe76dc09deaabb3daa1 /src/cryptonote_basic | |
parent | Merge pull request #5478 (diff) | |
parent | consensus: from v12, enforce >= 2 outputs (diff) | |
download | monero-2258551ef999c016b4d7404eb81598ed43e84410.tar.xz |
Merge pull request #5487
df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r-- | src/cryptonote_basic/verification_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_basic/verification_context.h b/src/cryptonote_basic/verification_context.h index 36b63f254..3d7200fae 100644 --- a/src/cryptonote_basic/verification_context.h +++ b/src/cryptonote_basic/verification_context.h @@ -48,6 +48,7 @@ namespace cryptonote bool m_overspend; bool m_fee_too_low; bool m_not_rct; + bool m_too_few_outputs; }; struct block_verification_context |