Skip to content

Commit

Permalink
Update nft_wallet.py (#15968)
Browse files Browse the repository at this point in the history
fix issue reuse_puzhash for new NFT
  • Loading branch information
YeungTing authored Aug 9, 2023
1 parent b2a145e commit 3cc5ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chia/wallet/nft_wallet/nft_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ async def generate_new_nft(
False,
announcement_set,
origin_id=origin.name(),
reuse_puzhash=reuse_puzhash,
)
genesis_launcher_solution = Program.to([eve_fullpuz_hash, amount, []])

Expand Down

0 comments on commit 3cc5ef8

Please sign in to comment.