We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae142e6 + b1b82de commit 8ea855aCopy full SHA for 8ea855a
1 file changed
modules/abstract-utxo/src/abstractUtxoCoin.ts
@@ -439,11 +439,11 @@ export abstract class AbstractUtxoCoin
439
440
protected supportedTxFormats: { psbt: boolean; legacy: boolean } = {
441
psbt: true,
442
- legacy: this.getChain() === 'btc',
+ legacy: false,
443
};
444
445
protected supportedSdkBackends: { utxolib: boolean; 'wasm-utxo': boolean } = {
446
- utxolib: this.getChain() === 'btc',
+ utxolib: false,
447
'wasm-utxo': true,
448
449
0 commit comments