Commit 5c97d43
feat(abstract-utxo): add protected isMainnet method
Add protected `isMainnet()` method to AbstractUtxoCoin class.
Default implementation delegates to `isMainnetCoin()` helper and
can be overridden by subclasses if needed.
Issue: BTC-0
Co-authored-by: llm-git <llm-git@ttll.de>1 parent 30e144d commit 5c97d43
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
412 | 422 | | |
413 | 423 | | |
414 | 424 | | |
| |||
0 commit comments