We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51dd04c commit 0531f87Copy full SHA for 0531f87
src/components/widgets/TxInputs.vue
@@ -91,12 +91,6 @@ export default {
91
parseFloat(this.state.params.get('RC2_REV')),
92
parseFloat(this.state.params.get('RC3_REV')),
93
parseFloat(this.state.params.get('RC4_REV'))]
94
- } else if (this.state.params.get('RC1_REVERSED') !== undefined) {
95
- reverses = [
96
- parseFloat(this.state.params.get('RC1_REVERSED')) ? -1 : 1,
97
- parseFloat(this.state.params.get('RC2_REVERSED')) ? -1 : 1,
98
- parseFloat(this.state.params.get('RC3_REVERSED')) ? -1 : 1,
99
- parseFloat(this.state.params.get('RC4_REVERSED')) ? -1 : 1]
100
}
101
let trims = [1500, 1500, 1500, 1500]
102
if (this.state.params.get('RC4_TRIM') !== undefined) {
0 commit comments