Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public entry fun unfreeze_account(admin: &signer, account: address) acquires Man
}
```

The `unfreeze_account` function is almost the same as the `freeze_account` function, the only difference being that we will set the frozen flag to `false` and the entire implementation is the same as that of `freeze_acount`.
The `unfreeze_account` function is almost the same as the `freeze_account` function, the only difference being that we will set the frozen flag to `false` and the entire implementation is the same as that of `freeze_account`.

## Complete Code

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Explore Your Pokemon Cards NFTs

Congragulations on minting your first NFT to Tezos Blockchain. But wait! Where can you even find it and see if it is on the Tezos network or not? In this lesson, you will find this out and explore different platforms where your NFT collection is.
Congratulations on minting your first NFT to Tezos Blockchain. But wait! Where can you even find it and see if it is on the Tezos network or not? In this lesson, you will find this out and explore different platforms where your NFT collection is.

## Explore NFTs on Temple wallet

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<p>We’re working on it!</p>
</div>
<div class="details">
<div class="details-collpased">
<div class="details-collapsed">
<a href="#" class="show-details-toggle">Show error details</a>
</div>
<div style="display: none;" class="details-expanded">
Expand Down