bcoin-org / lcoin

Litecoin port of Bcoin
Other
72 stars 25 forks source link

Fix bech32 prefix for Litecoin mainnet and testnet #16

Open majestic84 opened 5 years ago

majestic84 commented 5 years ago

This PR changes the bech32 prefix from lc1 to ltc1 on mainnet, and from tb1 to tltc1 on testnet.

tynes commented 5 years ago

@majestic84 Thanks for submitting a PR. The tests will break without updating them as well

See: https://github.com/tynes/lcoin/commit/df5c412eab494860a156aa4e1c4984f962f1e130 https://github.com/tynes/lcoin/commit/6083da2714eb9a671c8e1876a1324d9fc0f13a94

majestic84 commented 5 years ago

@majestic84 Thanks for submitting a PR. The tests will break without updating them as well

See: tynes/lcoin@df5c412 tynes/lcoin@6083da2

Thanks @tynes I'll update those now :)