diff --git a/lib/wallets/crypto_currency/coins/bitcoin.dart b/lib/wallets/crypto_currency/coins/bitcoin.dart index c303124c3..88943d0ea 100644 --- a/lib/wallets/crypto_currency/coins/bitcoin.dart +++ b/lib/wallets/crypto_currency/coins/bitcoin.dart @@ -288,7 +288,7 @@ class Bitcoin extends Bip39HDCurrency List get possibleMnemonicLengths => [defaultSeedPhraseLength, 24]; @override - AddressType get primaryAddressType => AddressType.p2wpkh; + AddressType get primaryAddressType => AddressType.p2tr; @override BigInt get satsPerCoin => BigInt.from(100000000); @@ -297,7 +297,7 @@ class Bitcoin extends Bip39HDCurrency int get targetBlockTimeSeconds => 600; @override - DerivePathType get primaryDerivePathType => DerivePathType.bip84; + DerivePathType get primaryDerivePathType => DerivePathType.bip86; @override Uri defaultBlockExplorer(String txid) {