Skip to content
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

Invalid address format when investigating a transaction #62

Open
NigamanRPG opened this issue Sep 26, 2023 · 4 comments
Open

Invalid address format when investigating a transaction #62

NigamanRPG opened this issue Sep 26, 2023 · 4 comments

Comments

@NigamanRPG
Copy link

Hello, When I request a transaction inspection, I get an incorrect address in outs
c.inspect(c.get_raw_tx('dea795a8d3b048dd2506bf7945de74b63fc3d2af60001d480f99dd91dca8eda2'))
I have
'outs': [{'address': 'JtmFUWY6rKmTc3XJCxYWtxxrUzzgJcsfh', 'value': 40000}
But the shipment was made to the address tb1qg39yq6d5c62ezktqs5ufh3ku37vkg6nwk46cuc

@primal100
Copy link
Owner

Thanks for opening the issue. Looks like inspect function needs to be updated to support segwit.

@akaihola
Copy link

Seems to be supported in pycryptotools which is another fork of Vitalik Buterin's original library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@akaihola @primal100 @NigamanRPG and others