Skip to content

Commit

Permalink
Update algorealm.py
Browse files Browse the repository at this point in the history
Fixed algoexplorer link for buy order notification transactions
  • Loading branch information
pdemicheli authored Jan 21, 2022
1 parent 0f3c985 commit fde5917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorealm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fde5917

Please sign in to comment.