cryptocoinjs / coininfo

JavaScript component for crypto currency specific information.
116 stars 114 forks source link

update Dash info #13

Closed UdjinM6 closed 8 years ago

UdjinM6 commented 8 years ago
jprichardson commented 8 years ago

When did this change happen?

UdjinM6 commented 8 years ago

Err.. Which one? Testnet params here are broken now for some reason and I just modified them to use correct values... https://github.com/dashpay/dash/blob/master/src/chainparams.cpp#L237-L241

gpip commented 7 years ago

Maybe I'm misreading this but shouldn't the pubkey addr byte be 0x8c (140) instead of 0x8b (139)?

UdjinM6 commented 7 years ago

@gpip yep, testnet pubkey version changed in 12.1 release. #28 should fix it.