Consensys / Token-Factory

Basic Token Factory dapp.
479 stars 308 forks source link

Checking balance should not require hex prefix #33

Open simondlr opened 8 years ago

simondlr commented 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.