mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
Merge pull request #6809 from positiveblue/remove-feature-dependency
Remove `ScidAliasOptional` feature dependency on `ExplicitChannelTypeOptional`
This commit is contained in:
commit
b270bde935
@ -118,6 +118,9 @@
|
||||
* [Bitcoind cookie file path can be specified with zmq
|
||||
options](https://github.com/lightningnetwork/lnd/pull/6736)
|
||||
|
||||
* [Remove `ScidAliasOptional` dependency on
|
||||
`ExplicitChannelTypeOptional`](https://github.com/lightningnetwork/lnd/pull/6809)
|
||||
|
||||
## Code Health
|
||||
|
||||
### Code cleanup, refactor, typo fixes
|
||||
@ -143,6 +146,7 @@
|
||||
* Elle Mouton
|
||||
* ErikEk
|
||||
* Eugene Siegel
|
||||
* Jordi Montes
|
||||
* Matt Morehouse
|
||||
* Slyghtning
|
||||
* Oliver Gugger
|
||||
|
@ -72,9 +72,6 @@ var deps = depDesc{
|
||||
lnwire.KeysendOptional: {
|
||||
lnwire.TLVOnionPayloadOptional: {},
|
||||
},
|
||||
lnwire.ScidAliasOptional: {
|
||||
lnwire.ExplicitChannelTypeOptional: {},
|
||||
},
|
||||
lnwire.ZeroConfOptional: {
|
||||
lnwire.ScidAliasOptional: {},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user