Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 5, 2019

This commit fixes a bug where it was impossible to run lnd in litecoin's simnet mode because of code duplication. As a result numNets > 1 conditional was always true when running lnd with cfg.Litecoin.SimNet flag.

This commit fixes a bug where it was impossible to run lnd in litecoin's
simnet mode because of code duplication. As a result `numNets > 1`
conditional was always true when running lnd with `cfg.Litecoin.SimNet`
flag.
Copy link
Contributor

@halseth halseth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! LGTM 💯

Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🧞‍♂️

@Roasbeef Roasbeef merged commit aeda418 into lightningnetwork:master May 6, 2019
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

Successfully merging this pull request may close these issues.

2 participants