Skip to content

Commit

Permalink
Fix an instance in tails.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Quexington committed Dec 2, 2024
1 parent 1392929 commit 789d6f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chia/wallet/puzzles/tails.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ async def generate_issuance_bundle(
origin = coins.copy().pop()
origin_id = origin.name()

cat_inner: Program = await wallet.get_inner_puzzle(new=not action_scope.config.tx_config.reuse_puzhash)
cat_inner: Program = await wallet.standard_wallet.get_puzzle(
new=not action_scope.config.tx_config.reuse_puzhash
)
tail: Program = cls.construct([Program.to(origin_id)])

wallet.lineage_store = await CATLineageStore.create(
Expand Down

0 comments on commit 789d6f5

Please sign in to comment.