We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddaa4d commit 9880b05Copy full SHA for 9880b05
examples/basic_agent.py
@@ -47,7 +47,7 @@ def main():
47
print("Running with extra agent address:", extra_agent_account.address)
48
49
print("Placing order with original agent")
50
- order_result = extra_agent_exchange.order("ETH", True, 0.2, 1000, {"limit": {"tif": "Gtc"}})
+ order_result = agent_exchange.order("ETH", True, 0.2, 1000, {"limit": {"tif": "Gtc"}})
51
print(order_result)
52
53
if order_result["status"] == "ok":
0 commit comments