Skip to content

Commit

Permalink
correct level-spacing min value to match precision (decred#2993)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Sep 25, 2024
1 parent f3e695e commit df09f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/webserver/site/src/js/mmsettings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const defaultProfit = {
const defaultLevelSpacing = {
prec: 3,
value: 0.005,
minV: 0.0001,
minV: 0.001,
maxV: 0.02,
range: 0.02 - 0.0001
}
Expand Down

0 comments on commit df09f13

Please sign in to comment.