Skip to content

Commit

Permalink
Merge pull request #6 from pdemicheli/patch-1
Browse files Browse the repository at this point in the history
Update algorealm.py
  • Loading branch information
cusma authored Jan 22, 2022
2 parents 0f3c985 + fde5917 commit 5501e0a
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 5501e0a

Please sign in to comment.