fortesp / bitcoinaddress

Bitcoin Wallet Address Generator
https://pypi.org/project/bitcoinaddress/
MIT License
144 stars 51 forks source link

Update address.py #9

Closed Teimoon closed 3 years ago

Teimoon commented 3 years ago
def _generate_publicaddress_bech32_testnet(self):
    _p = self.__generate_compressed_pubkey(b'\x02', b'\x14')

why \x14? changed it to \x03

fortesp commented 3 years ago

Thanks