-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CHIA-1719] Add coin announcement restriction #18853
[CHIA-1719] Add coin announcement restriction #18853
Conversation
(include condition_codes.clib) | ||
|
||
(defun check_conditions (conditions) | ||
(if (= (f (f conditions)) ASSERT_COIN_ANNOUNCEMENT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand that this is failing if (f (f conditions))
is called when conditions
is empty, but might be worth adding a comment explaining this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -0,0 +1,16 @@ | |||
(mod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a comment to the top of the file explaining what this file does?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
fea40d7
into
quex.multi_sig_chialisp_drivers
|
No description provided.