Closed
Description
During elcair's startup a check is made against the bitcoind instance to verify it is using the expected network by looking up a hardcoded transaction that exists for the given network. This seems fine for mainnet and testnets where they are defined by bitcoin conf itself. For signets, however, this causes challenges as its more common for someone to spin up their own signet for testing and thus wont be able to run eclair against it (since the transaction wont exist on their custom signet). For example, having this network check not be configurable for signet stops anyone from running eclair against mutinynet. Goal of this feature would be to allow the node runner the ability to use any signet they choose.
Metadata
Metadata
Assignees
Labels
No labels