Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Jun 12, 2024
1 parent 78b5a1a commit 44d5f5c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion validators/simplerfork.ak
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@ validator(init_utxo_ref: OutputReference, fortuna_v1_hash: ByteArray) {

// Validate no tokens are minted
expect [] =
mint |> value.from_minted_value |> value.tokens(own_policy) |> dict.to_pairs
mint
|> value.from_minted_value
|> value.tokens(own_policy)
|> dict.to_pairs

let own_address = Address(ScriptCredential(own_policy), None)

Expand Down

0 comments on commit 44d5f5c

Please sign in to comment.