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
If you comment any of the getAddress calls and run each one separately, it will work as expected. The error appears to only occur when you call getAddress() with different parameters one after another.
Expected behavior
Should log both resolved addresses.
Actual behavior
It will log the first resolved address, then throw exception when the second address is being resolved, see above.
Steps to reproduce the behavior
See above.
Versions
web3.js: 1.0.0-beta.49
nodejs: 10.15.0
browser: Chrome Mac 73
ethereum node: Latest Metamask
The text was updated successfully, but these errors were encountered:
Description
Run the following code:
It will give the following error in console:
If you comment any of the getAddress calls and run each one separately, it will work as expected. The error appears to only occur when you call getAddress() with different parameters one after another.
Expected behavior
Should log both resolved addresses.
Actual behavior
It will log the first resolved address, then throw exception when the second address is being resolved, see above.
Steps to reproduce the behavior
See above.
Versions
The text was updated successfully, but these errors were encountered: