Skip to content

Commit

Permalink
Merge pull request #34 from oliver-zehentleitner/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
sammchardy committed Apr 29, 2021
2 parents 516d29d + f35a9e5 commit a1ac4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ See `API <https://python-binance-chain.readthedocs.io/en/latest/binance-chain.ht
print(msg)
# connect to testnet env
bcsm = await BinanceChainSocketManager.create(loop, handle_evt, address2, env=testnet_env)
bcsm = await BinanceChainSocketManager.create(loop, handle_evt, address, env=testnet_env)
# subscribe to relevant endpoints
await bcsm.subscribe_orders(address)
Expand Down

0 comments on commit a1ac4d5

Please sign in to comment.