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

Support for signet #5

Open
bodymindarts opened this issue Nov 3, 2022 · 1 comment
Open

Support for signet #5

bodymindarts opened this issue Nov 3, 2022 · 1 comment

Comments

@bodymindarts
Copy link

We would like to run our staging environment on signet and are running into ExpectedLndWithKnownChain coming from this library.

I'm trying to figure out what is the correct patch to apply don't quite understand this line.

The lmcli return from getinfo contains:

    "chains": [
        {
            "chain": "bitcoin",
            "network": "signet"
        }
    ],

Which doesn't really match with the reverseBytes stuff that is being used here.

Any help is appreciated!

@alexbosworth
Copy link
Owner

networks are defined here
https://github.com/alexbosworth/ln-sync/blob/master/chain/networks.json

add the block hash identifier for the network, this is for the bolts https://github.com/lightning/bolts/blob/master/00-introduction.md#chain_hash

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

2 participants