Skip to content

Incorrect address format for litecoin? #124

Description

@Haaroon

I seem to be missing something.
I've parsed and run clustering a litecoin blockchain upto the latest block.
Now I am searching clusters for a specific address.
It seems when I use the litecoin address format I cannot use chain.address_from_string.

For example this ltc address LfrrHCNQouXJC3fJx11qTPtq7ZrRdjsb1X in blocksci is represented like this PubkeyHashAddress(1Mdu1z4ajFHEwEy9ms2YBNq4uMV9RqqqiV)

Is there any way I can alter the format so the addresses are displayed in the LTC style?

Edit: From doing a bit of digging the addresses are parsed from the scriptsig bitcoin style which is why they all are output like this. I'll work around by parsing the addresses I want into this format before searching.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationIssues that arise due to a lack of (proper) documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions