File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export default ({
93
93
{ type === 'number' ? (
94
94
< NumberFormat
95
95
inputMode = 'numeric'
96
+ data-lpignore = 'true'
96
97
className = { 'custom-input' }
97
98
thousandSeparator = { ' ' }
98
99
id = { id }
Original file line number Diff line number Diff line change @@ -156,11 +156,6 @@ function ConfigurePage(): JSX.Element {
156
156
errors . localBalance = `Total channel capacity is ${ numberWithSpaces (
157
157
product . max_channel_size
158
158
) } sats`;
159
- } else if ( Number ( localBalance ) < product . min_channel_size ) {
160
- // TODO remove this check if the min spending cap check is removed from API
161
- errors . localBalance = `Minimum spending capacity is ${ numberWithSpaces (
162
- product . min_channel_size
163
- ) } sats`;
164
159
}
165
160
}
166
161
You can’t perform that action at this time.
0 commit comments