Expected Behavior
One should be able to send 0.00000001 GAS through the nOS API
Current Behavior
The value is somewhere converted to a scientific number, which renders the transaction incorrect
Steps to Reproduce
- use the
nos.send() API to send 0.00000001 GAS
- Observe popup
- TX doesn't come through
Possible Solution
Handle decimal numbers in the API logic
Additional context
/
Your Environment
- nOS Client version used: 0.4.6
- Environment name and version
- Node version: lts
- NPM version: lts
- Yarn version: lts
- Operating System and version (desktop or mobile):
Expected Behavior
One should be able to send 0.00000001 GAS through the nOS API
Current Behavior
The value is somewhere converted to a scientific number, which renders the transaction incorrect
Steps to Reproduce
nos.send()API to send 0.00000001 GASPossible Solution
Handle decimal numbers in the API logic
Additional context
/
Your Environment