decred / dcrpayments

mono repo that houses various libraries/utilities for accepting Decred payments
8 stars 6 forks source link

php-addressgen: need to track SLIP-0044 HD Coin Type change #4

Closed jolan closed 6 years ago

jolan commented 6 years ago

Coin type is changing soon...

https://github.com/decred/dcrwallet/issues/945 https://github.com/decred/dcrwallet/pull/976

jolan commented 6 years ago

Well it's in now, specifically the coin type change from 20 to 42.

jolan commented 6 years ago

I removed the code that hard coded coin type 20 and replaced it with wallet/account setup instructions instead which will use the wallet's native coin type.

Additionally, decred-php by @R3VoLuT1OneR will support both coin types as needed.