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
|
* [Bitcoind cookie file path can be specified with zmq
|
||||||
options](https://github.com/lightningnetwork/lnd/pull/6736)
|
options](https://github.com/lightningnetwork/lnd/pull/6736)
|
||||||
|
|
||||||
|
* [Remove `ScidAliasOptional` dependency on
|
||||||
|
`ExplicitChannelTypeOptional`](https://github.com/lightningnetwork/lnd/pull/6809)
|
||||||
|
|
||||||
## Code Health
|
## Code Health
|
||||||
|
|
||||||
### Code cleanup, refactor, typo fixes
|
### Code cleanup, refactor, typo fixes
|
||||||
@ -143,6 +146,7 @@
|
|||||||
* Elle Mouton
|
* Elle Mouton
|
||||||
* ErikEk
|
* ErikEk
|
||||||
* Eugene Siegel
|
* Eugene Siegel
|
||||||
|
* Jordi Montes
|
||||||
* Matt Morehouse
|
* Matt Morehouse
|
||||||
* Slyghtning
|
* Slyghtning
|
||||||
* Oliver Gugger
|
* Oliver Gugger
|
||||||
|
@ -72,9 +72,6 @@ var deps = depDesc{
|
|||||||
lnwire.KeysendOptional: {
|
lnwire.KeysendOptional: {
|
||||||
lnwire.TLVOnionPayloadOptional: {},
|
lnwire.TLVOnionPayloadOptional: {},
|
||||||
},
|
},
|
||||||
lnwire.ScidAliasOptional: {
|
|
||||||
lnwire.ExplicitChannelTypeOptional: {},
|
|
||||||
},
|
|
||||||
lnwire.ZeroConfOptional: {
|
lnwire.ZeroConfOptional: {
|
||||||
lnwire.ScidAliasOptional: {},
|
lnwire.ScidAliasOptional: {},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user