Commit 965c253
authored
fix: declare setupfee_off_with_symbol locally to avoid implicit global (#1247)
Add let declaration for setupfee_off_with_symbol inside the
applies_to_setup_fee block, mirroring the pattern used for off_with_symbol.
Without this, the variable was assigned without let/const/var at lines 172
and 174, creating an implicit global write.
Resolves #12371 parent f18968f commit 965c253
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments