handle case where dependency-info is missing entry (#1252)

* handle case where dependency-info is missing entry

* assume entry is always there
This commit is contained in:
Matt Hill
2022-02-22 14:20:45 -07:00
committed by GitHub
parent 85774fad57
commit 989a73bed5
2 changed files with 1 additions and 5 deletions

View File

@@ -2019,10 +2019,6 @@ export module Mock {
},
},
'dependency-info': {
lnd: {
manifest: Mock.MockManifestLnd,
icon: 'assets/img/service-icons/lnd.png',
},
bitcoind: {
manifest: Mock.MockManifestBitcoind,
icon: 'assets/img/service-icons/bitcoind.png',