Whoops forgot to save

This commit is contained in:
Matt Hauff 2022-06-12 11:51:54 -07:00
parent 71c7d3a8d0
commit befeeaf229
No known key found for this signature in database
GPG Key ID: 3CBA6CFC81A00E46

View File

@ -54,7 +54,10 @@
)
)
(if (= (f (f conditions)) CREATE_PUZZLE_ANNOUNCEMENT)
(assert (all (not (= (substr (f (r (f conditions))) 0 8) ANNOUNCEMENT_PREFIX)) (= 40 (strlen (f (r (f conditions))))))
(assert (all
(not (= (substr (f (r (f conditions))) 0 8) ANNOUNCEMENT_PREFIX))
(= 40 (strlen (f (r (f conditions)))))
)
; then
(c (f conditions) (wrap_odd_create_coins NFT_OWNERSHIP_LAYER_MOD_HASH TRANSFER_PROGRAM CURRENT_OWNER all_conditions (r conditions) odd_seen magic_seen odd_args tp_output))
)