mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
d6ab6bb4fa
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. |
||
---|---|---|
.. | ||
app | ||
design | ||
lib | ||
.gitignore | ||
css.js | ||
example.js | ||
index.html | ||
index.js |