You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old version had this format: Client(address, privKey) but the new version has this format Client(apiKey, address, privKey)
If you leave the api key out and use it like the old format (address, privatekey) it sends the private key as the address to idex servers. So people who update the code but don't add the api key get their private key sent to IDEX servers and it returns Invalid address
Maybe do a sanity check for required 3rd parameter on Client instantiation
The text was updated successfully, but these errors were encountered:
The old version had this format:
Client(address, privKey)
but the new version has this formatClient(apiKey, address, privKey)
If you leave the api key out and use it like the old format (address, privatekey) it sends the private key as the address to idex servers. So people who update the code but don't add the api key get their private key sent to IDEX servers and it returns Invalid address
Maybe do a sanity check for required 3rd parameter on Client instantiation
The text was updated successfully, but these errors were encountered: