Commit 6229861
feat(abstract-utxo): remove type param from explainPsbt
Simplify the explainPsbt function by removing unnecessary type parameters
since the types can be inferred from the UtxoPsbt.
Issue: BG-59313
Co-authored-by: llm-git <[email protected]>1 parent fd2e902 commit 6229861
File tree
1 file changed
+3
-3
lines changed- modules/abstract-utxo/src/transaction/fixedScript
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
299 | | - | |
| 298 | + | |
| 299 | + | |
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
324 | | - | |
| 324 | + | |
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
| |||
0 commit comments