Skip to content

Commit

Permalink
Update remaining week 5
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Oct 12, 2024
1 parent 63c1336 commit 5f5d359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/week05/scripts/mint.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
)

from src.utils import get_address, get_signing_info, get_chain_context
from src.utils.network import show_tx
from src.week05 import assets_dir, lecture_dir


Expand Down Expand Up @@ -114,8 +115,7 @@ def f(pi: ScriptHash, an: AssetName, a: int) -> bool:
# Submit the transaction
context.submit_tx(signed_tx)

print(f"transaction id: {signed_tx.id}")
print(f"Cardanoscan: https://preprod.cexplorer.io/tx/{signed_tx.id}")
show_tx(signed_tx)


if __name__ == "__main__":
Expand Down

0 comments on commit 5f5d359

Please sign in to comment.