Open wally-yu opened 5 years ago
I solved this issue putting the environment in wallet and client.
env = BinanceEnvironment.get_production_env() wallet = Wallet('',env=env) client = HttpApiClient(env)
hi @wxy122221 , thanks for pointing out, i tried in my daytime, not work, but it works just now by adding production env :)
You are welcome! Looking forward to your SDK to place order. @wally-yu
Dear @sammchardy
I saw "Wallet environment doesn't match HttpApiClient environment" issue again, but this time on main-net.
this happens for version 0.1.19 as well as 0.1.10.
Could you please help give any suggestion on how to avoid this issue?
Thanks in advance.