We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
At runtime, this.address parameter contains a value that is not in the lowercase - therefore this condition cannot be true.
trust-web3-provider/src/ethereum_provider.js
Line 305 in 2bfd36a
In the method setAddress that sets this value, it is converted to lowercase. There may be other places where this value is set. https://github.com/trustwallet/trust-web3-provider/blob/2bfd36ade2ac2275782969dcae5ac6bf3d608054/src/ethereum_provider.js#L31C3-L31C13
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
At runtime, this.address parameter contains a value that is not in the lowercase - therefore this condition cannot be true.
trust-web3-provider/src/ethereum_provider.js
Line 305 in 2bfd36a
In the method setAddress that sets this value, it is converted to lowercase. There may be other places where this value is set.
https://github.com/trustwallet/trust-web3-provider/blob/2bfd36ade2ac2275782969dcae5ac6bf3d608054/src/ethereum_provider.js#L31C3-L31C13
The text was updated successfully, but these errors were encountered: