From fde5917035bcb2bf00da96e2615441f18608b660 Mon Sep 17 00:00:00 2001 From: Pietro <67281154+pdemicheli@users.noreply.github.com> Date: Fri, 21 Jan 2022 18:17:24 +0000 Subject: [PATCH] Update algorealm.py Fixed algoexplorer link for buy order notification transactions --- algorealm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorealm.py b/algorealm.py index e7324e2..aa00644 100644 --- a/algorealm.py +++ b/algorealm.py @@ -541,7 +541,7 @@ def notify( algod_client.send_transactions([signed_txn]) wait_for_confirmation(algod_client, tx_id) print("\nšŸ“„ Buy order notification:\n" - "https://mainnet.algoexplorer.io/tx/" + tx_id) + "https://algoexplorer.io/tx/" + tx_id) def verify_buy_order(seller_address: str):