Skip to content

Commit

Permalink
Fix incorrect comment about default hidden puzzle (#18820)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe authored Nov 6, 2024
1 parent 61cf266 commit c7a7d4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

DEFAULT_HIDDEN_PUZZLE = Program.from_bytes(bytes.fromhex("ff0980"))

DEFAULT_HIDDEN_PUZZLE_HASH = DEFAULT_HIDDEN_PUZZLE.get_tree_hash() # this puzzle `(x)` always fails
DEFAULT_HIDDEN_PUZZLE_HASH = DEFAULT_HIDDEN_PUZZLE.get_tree_hash() # this puzzle `(=)` always fails

MOD = load_clvm_maybe_recompile("p2_delegated_puzzle_or_hidden_puzzle.clsp")

Expand Down

0 comments on commit c7a7d4e

Please sign in to comment.