Skip to content

Commit

Permalink
fix: More digits for market price (#2750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo authored Oct 10, 2023
1 parent d0a761e commit 2c29df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {useStrings} from '../../../common/strings'
import {useSwapTouched} from '../../../common/SwapFormProvider'

const BORDER_SIZE = 1
const PRECISION = 10
const PRECISION = 14

export const EditLimitPrice = () => {
const strings = useStrings()
Expand Down

0 comments on commit 2c29df5

Please sign in to comment.