Commit 836cbda
fix(abstract-utxo): add override keyword to preprocessBuildParams method
The `preprocessBuildParams` method was missing the `override` keyword,
which is now added to correctly indicate that this method overrides
a method from the parent class.
Issue: BTC-2962
Co-authored-by: llm-git <llm-git@ttll.de>1 parent dd294ad commit 836cbda
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
483 | 487 | | |
484 | 488 | | |
485 | 489 | | |
| |||
0 commit comments