From f7673913fb25eefd14324b8bc59bcd27b4186b0d Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 6 Nov 2023 15:55:49 -0600 Subject: [PATCH] address type bugfix --- lib/wallets/crypto_currency/coins/bitcoin.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallets/crypto_currency/coins/bitcoin.dart b/lib/wallets/crypto_currency/coins/bitcoin.dart index 8ae233fe0..83aa7d4b3 100644 --- a/lib/wallets/crypto_currency/coins/bitcoin.dart +++ b/lib/wallets/crypto_currency/coins/bitcoin.dart @@ -119,7 +119,7 @@ class Bitcoin extends Bip39HDCurrency { version: networkParams.p2pkhPrefix, ); - return (address: addr, addressType: AddressType.p2sh); + return (address: addr, addressType: AddressType.p2pkh); case DerivePathType.bip49: // addressString = P2SH(