iexbase / tron-api-python

A Python API for interacting with Tron (TRX)
https://tronapi-for-python.readthedocs.io
MIT License
165 stars 82 forks source link

All my private keys are sent to another place by using this library #98

Open msrahmanian opened 1 year ago

msrahmanian commented 1 year ago

I had 3 wallets, all of private keys are sent and used by another one last night, be care

EUA commented 1 year ago

by using this library? So which code sends your keys? can you show it at source?

karapy commented 1 year ago

very interesting to see how? in which section of code?

serderovsh commented 1 year ago

https://github.com/iexbase/tron-api-python/blob/2da3b705d0bb139ef556d93cf14f3f1a5f938e87/tronapi/common/account.py#L19

karapy commented 1 year ago

https://github.com/iexbase/tron-api-python/blob/2da3b705d0bb139ef556d93cf14f3f1a5f938e87/tronapi/common/account.py#L19

I don't see anything that sending keys outside, can you please let me know?