Page MenuHomePhabricator

[Cashtab] Replace step with constant
ClosedPublic

Authored by bytesofman on Jan 19 2021, 22:38.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC3dc43ee59f47: [Cashtab] Replace step with constant
Summary

Replace fixed .01 step parameter with a constant, the lowest unit of BCHA the app will send

Test Plan

npm start and go to Send screen. Type a number in the input and use the scroll wheel. Observe it increments by 0.00001 instead of 0.01. This solves bug where mobile users saw error msg on attempting to send more than 2 decimal places.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix-input-decimal-bug
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14855
Build 29664: Build Diffcashtab-tests
Build 29663: arc lint + arc unit