Skip to content

Commit

Permalink
fix test_singleton_lifecycle_fast
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-o-how committed Jan 6, 2025
1 parent e547761 commit e7af3ed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions chia/_tests/wallet/test_singleton_lifecycle_fast.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@
from chia.types.condition_opcodes import ConditionOpcode
from chia.util.ints import uint32, uint64
from chia.wallet.conditions import AssertCoinAnnouncement
from chia.wallet.puzzles.singleton_top_layer import P2_SINGLETON_MOD, SINGLETON_LAUNCHER, SINGLETON_MOD
from chia.wallet.puzzles.singleton_top_layer import (
P2_SINGLETON_OR_DELAYED_MOD as P2_SINGLETON_MOD,
)
from chia.wallet.puzzles.singleton_top_layer import (
SINGLETON_LAUNCHER,
SINGLETON_MOD,
)
from chia.wallet.util.debug_spend_bundle import debug_spend_bundle
from chia.wallet.wallet_spend_bundle import WalletSpendBundle

Expand Down Expand Up @@ -384,7 +390,7 @@ def claim_p2_singleton(
p2_singleton_puzzle,
p2_singleton_spend_type="claim-p2-nft",
singleton_inner_puzzle_hash=inner_puzzle_hash,
p2_singleton_coin_name=p2_singleton_coin_name,
p2_singleton_coin_name=bytes32(p2_singleton_coin_name),
)
p2_singleton_coin_spend = make_spend(
p2_singleton_coin, SerializedProgram.from_program(p2_singleton_puzzle), p2_singleton_solution
Expand Down

0 comments on commit e7af3ed

Please sign in to comment.