Skip to content

Commit

Permalink
add new condition codes for ASSERT_MY_BIRTH_*
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Mar 2, 2023
1 parent 8fd16cf commit 1541efa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chia/types/condition_opcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class ConditionOpcode(bytes, enum.Enum):
ASSERT_MY_PARENT_ID = bytes([71])
ASSERT_MY_PUZZLEHASH = bytes([72])
ASSERT_MY_AMOUNT = bytes([73])
ASSERT_MY_BIRTH_SECONDS = bytes([74])
ASSERT_MY_BIRTH_HEIGHT = bytes([75])

# the conditions below ensure that we're "far enough" in the future

Expand Down

0 comments on commit 1541efa

Please sign in to comment.