Skip to content

Commit 8f1836f

Browse files
OttoAllmendingerllm-git
andcommitted
feat(abstract-utxo): remove deprecated getCoinLibrary method
Issue: BTC-2650 Co-authored-by: llm-git <[email protected]>
1 parent 1e13472 commit 8f1836f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

modules/abstract-utxo/src/abstractUtxoCoin.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,6 @@ export abstract class AbstractUtxoCoin extends BaseCoin {
436436
return 1e8;
437437
}
438438

439-
/**
440-
* @deprecated
441-
*/
442-
getCoinLibrary() {
443-
return utxolib;
444-
}
445-
446439
/**
447440
* Check if an address is valid
448441
* @param address

0 commit comments

Comments
 (0)