aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2024-05-20 23:42:54 -0500
committerluigi1111 <luigi1111w@gmail.com>2024-05-20 23:42:54 -0500
commit1ec7eae0364a9d13db6aebc5819468f07667e7ab (patch)
tree838c211368e6b486fef301b696cfc0bddbf6647b /src/cryptonote_basic
parent2f0503d7f3462410a8c21a7baca35fa18763b4b7 (diff)
parentdd47d03cf2b5b3dc59cd99aca247d1025679f83a (diff)
downloadmonzero-core-1ec7eae0364a9d13db6aebc5819468f07667e7ab.tar.gz
monzero-core-1ec7eae0364a9d13db6aebc5819468f07667e7ab.tar.xz
monzero-core-1ec7eae0364a9d13db6aebc5819468f07667e7ab.zip
Merge pull request #9311
dd47d03 Enforce Tx unlock_time is Zero by Relay Rule [RELEASE] (jeffro256)
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r--src/cryptonote_basic/verification_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_basic/verification_context.h b/src/cryptonote_basic/verification_context.h
index 10a16a8c1..9b496f0d8 100644
--- a/src/cryptonote_basic/verification_context.h
+++ b/src/cryptonote_basic/verification_context.h
@@ -59,6 +59,7 @@ namespace cryptonote
bool m_fee_too_low;
bool m_too_few_outputs;
bool m_tx_extra_too_big;
+ bool m_nonzero_unlock_time;
};
struct block_verification_context