mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-09 20:29:57 +00:00
address type bugfix
This commit is contained in:
parent
91d68225ef
commit
f7673913fb
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue