removed question for lightning implementation, since there is only c-lightning support

This commit is contained in:
jash
2018-11-03 12:34:33 +01:00
committed by kexkey
parent 283d4cf2b9
commit f4d6036a17

View File

@@ -25,7 +25,9 @@ module.exports = {
return name;
},
prompts: function( utils ) {
return [{
return [
/*
{
when: featureCondition,
type: 'list',
name: 'lightning_implementation',
@@ -35,15 +37,15 @@ module.exports = {
{
name: 'C-lightning',
value: 'c-lightning'
}
/*,
},
{
name: 'LND',
value: 'lnd'
}
*/
]
},
*/
{
when: featureCondition,
type: 'input',