Merge pull request #6809 from positiveblue/remove-feature-dependency

Remove `ScidAliasOptional` feature dependency on `ExplicitChannelTypeOptional`
This commit is contained in:
Olaoluwa Osuntokun 2022-08-08 15:27:12 -07:00 committed by GitHub
commit b270bde935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -72,9 +72,6 @@ var deps = depDesc{
lnwire.KeysendOptional: {
lnwire.TLVOnionPayloadOptional: {},
},
lnwire.ScidAliasOptional: {
lnwire.ExplicitChannelTypeOptional: {},
},
lnwire.ZeroConfOptional: {
lnwire.ScidAliasOptional: {},
},