Commit a517e73
feat(abstract-utxo): add default SDK backend property
Add a `defaultSdkBackend` property to AbstractUtxoCoin and use it as the
default value for `decodeTransaction`. This allows changing the default value
at the site where the class instance is created.
Issue: BTC-2806
Co-authored-by: llm-git <llm-git@ttll.de>1 parent 5180ad0 commit a517e73
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| 374 | + | |
374 | 375 | | |
375 | 376 | | |
376 | 377 | | |
| |||
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
539 | | - | |
| 540 | + | |
540 | 541 | | |
541 | 542 | | |
542 | 543 | | |
543 | 544 | | |
544 | 545 | | |
545 | 546 | | |
546 | 547 | | |
547 | | - | |
| 548 | + | |
548 | 549 | | |
549 | | - | |
| 550 | + | |
550 | 551 | | |
551 | 552 | | |
552 | 553 | | |
| |||
0 commit comments