Skip to content

Commit

Permalink
import SINGLETON_MOD_HASH from chia.wallet.puzzles.singleton_top_laye…
Browse files Browse the repository at this point in the history
…r in test_pool_puzzles_lifecycle.py
  • Loading branch information
matt-o-how committed Jan 10, 2025
1 parent 4b80451 commit 63da3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chia/_tests/pools/test_pool_puzzles_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from chia._tests.util.key_tool import KeyTool
from chia.consensus.default_constants import DEFAULT_CONSTANTS
from chia.pools.pool_puzzles import (
SINGLETON_MOD_HASH,
create_absorb_spend,
create_p2_singleton_puzzle,
create_p2_singleton_puzzle_hash,
Expand Down Expand Up @@ -41,6 +40,7 @@
puzzle_for_pk,
solution_for_conditions,
)
from chia.wallet.puzzles.singleton_top_layer import SINGLETON_MOD_HASH
from chia.wallet.singleton import get_most_recent_singleton_coin_from_coin_spend

"""
Expand Down

0 comments on commit 63da3ef

Please sign in to comment.