Skip to content

Commit

Permalink
update chia-puzzles and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 7, 2025
1 parent 87eb4f5 commit d8f37b6
Show file tree
Hide file tree
Showing 3 changed files with 3,337 additions and 3,337 deletions.
4 changes: 2 additions & 2 deletions chia/_tests/generator/test_rom.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from chia_puzzles_py.programs import CHIALISP_DESERIALISATION, ROM_BOOTSRAP_GENERATOR
from chia_puzzles_py.programs import CHIALISP_DESERIALISATION, ROM_BOOTSTRAP_GENERATOR
from clvm.CLVMObject import CLVMStorage
from clvm_tools import binutils
from clvm_tools.clvmc import compile_clvm_text
Expand All @@ -17,7 +17,7 @@

DESERIALIZE_MOD = Program.from_bytes(CHIALISP_DESERIALISATION)

GENERATOR_MOD: SerializedProgram = SerializedProgram.from_bytes(ROM_BOOTSRAP_GENERATOR)
GENERATOR_MOD: SerializedProgram = SerializedProgram.from_bytes(ROM_BOOTSTRAP_GENERATOR)

MAX_COST = 10**15
COST_PER_BYTE = 12000
Expand Down
Loading

0 comments on commit d8f37b6

Please sign in to comment.