LNP-WG / lnp-node

Lightning network protocol daemon (suitable for generalized Lightning Network)
MIT License
145 stars 40 forks source link

Chain mismatch for regtest #52

Closed crisdut closed 2 years ago

crisdut commented 2 years ago

I tried running the project in regtest mode, but the current check does not verify testnets correctly (occurs ChainMismatch).

I am a newbie in rust, but I started learning to contribute to LNPBP projects.

Can you recommend a better "idiomatic" implementation?

Thanks

dr-orlovsky commented 2 years ago

I did not tried it with regtest, but used with testnet and signet. Can you give them a try?

crisdut commented 2 years ago

Yes, I tried with signet but received the same error.

Steps to reproduce

PS: I used rust_bitcoin project to generate signet master private key.