diff options
Fix floating point input bug
When sending a transaction, we were converting to BN before handling decimals, which meant we were losing any precision past a decimal point, since BN does not handle decimals!
Put this numeric normalization into a utility function with a test around it and got it working.
Diffstat (limited to 'ui/app/reducers/metamask.js')
0 files changed, 0 insertions, 0 deletions