Also fix multi-validator for gift_card.
This commit is contained in:
parent
1ed4fa1c69
commit
8881a88ae3
|
@ -60,7 +60,7 @@ validator(creator: ByteArray) {
|
||||||
mint
|
mint
|
||||||
|> value.from_minted_value
|
|> value.from_minted_value
|
||||||
|> value.tokens(policy_id)
|
|> value.tokens(policy_id)
|
||||||
|> dict.to_alist()
|
|> dict.to_list()
|
||||||
|
|
||||||
when rdmr is {
|
when rdmr is {
|
||||||
Mint(total) -> {
|
Mint(total) -> {
|
||||||
|
|
Loading…
Reference in New Issue