Skip to content

Commit 9880b05

Browse files
authored
basic agent fix (#93)
1 parent 3ddaa4d commit 9880b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def main():
4747
print("Running with extra agent address:", extra_agent_account.address)
4848

4949
print("Placing order with original agent")
50-
order_result = extra_agent_exchange.order("ETH", True, 0.2, 1000, {"limit": {"tif": "Gtc"}})
50+
order_result = agent_exchange.order("ETH", True, 0.2, 1000, {"limit": {"tif": "Gtc"}})
5151
print(order_result)
5252

5353
if order_result["status"] == "ok":

0 commit comments

Comments
 (0)