-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
litecoin segwit prefix #641
Comments
Take a look at this discussion here: litecoin-project/litecoin#312 |
Sure, yep you're right. That's the P2SH prefix, I actually have a PR to fix that somewhere, maybe I'll get that merged for 0.0.35. |
Thank you, hope you merge it soon. |
tagged in 0.0.34.4, and 0.0.35! |
Hi again, Sorry but I'm still getting the old P2SH format Here's my code:
Both are returning addresses starts with '2'. |
Create a copy of the litecoin network, then pass it into $pwspkh->getAddress()
|
Sorry, I forgot to attach this code:
I'm already setting the network globally. still getting the same result: Address starts with '2' instead of 'q' |
Hi, I'm trying to implement Segwit with litecoin
Response : 2Mt3WdMBvujypE8urmzGYnkXhw67MG22UrA
Now after importing this address to litecoin-core , sending some litecoin to that address and calling listtransaction I see transactions with the same amount to address start with Q
example: Qd1w2zEb3BBqCasjeZTe8N2EcdYmfzMih2
is that an expected behavior? I think we should add Segwit prefix to litecoin network
The text was updated successfully, but these errors were encountered: