Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): increment satoshi amount using up arrow
Browse files Browse the repository at this point in the history
fix #2679
  • Loading branch information
mrfelton committed Aug 5, 2019
1 parent b2d583a commit b7a814b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/UI/CryptoAmountInput.js
Expand Up @@ -67,7 +67,7 @@ class CryptoAmountInput extends React.Component {
case 'lits': case 'lits':
return { return {
precision: 0, precision: 0,
step: '0.00000001', step: '1',
placeholder: '00000000', placeholder: '00000000',
pattern: '[0-9]*', pattern: '[0-9]*',
} }
Expand Down

0 comments on commit b7a814b

Please sign in to comment.