LNP-WG / lnp-node

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

Fix chain mismatch #64

Closed crisdut closed 1 year ago

crisdut commented 1 year ago

Descriptor

When we start the lnp-node with regtest, occurs the ChainMismatch error, because wallet_network is equal Regtest.

This PR fix the verification.

codecov-commenter commented 1 year ago

Codecov Report

Merging #64 (456489f) into master (4c5234f) will decrease coverage by 0.0%. The diff coverage is 0.0%.

@@           Coverage Diff           @@
##           master    #64     +/-   ##
=======================================
- Coverage     0.1%   0.1%   -0.0%     
=======================================
  Files          41     41             
  Lines        3298   3299      +1     
=======================================
  Hits            3      3             
- Misses       3295   3296      +1     
Impacted Files Coverage Δ
src/lnpd/funding.rs 0.0% <0.0%> (ø)
src/opts.rs 0.0% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more