Open simondlr opened 8 years ago
from @flyswatter.
Right now entering a non-hex-prefixed address into the check balance field will silently fail to the user.
It would be easy enough to call ethUtil.addHexPrefix(userInput), so I think that would be better.
ethUtil.addHexPrefix(userInput)
from @flyswatter.
Right now entering a non-hex-prefixed address into the check balance field will silently fail to the user.
It would be easy enough to call
ethUtil.addHexPrefix(userInput)
, so I think that would be better.