Skip to content

Commit

Permalink
AGG_SIG_ME already includes the coin_id
Browse files Browse the repository at this point in the history
  • Loading branch information
greimela committed Feb 21, 2024
1 parent 8e60238 commit bcf6a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secure_the_mint/puzzles/secure_the_mint_launcher.clsp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
)
(list ; melt
(list ASSERT_MY_COIN_ID my_id)
(list AGG_SIG_ME MELT_PUBLIC_KEY my_id)
(list AGG_SIG_ME MELT_PUBLIC_KEY 1)
)
)
)

0 comments on commit bcf6a0f

Please sign in to comment.