mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
fixed label
This commit is contained in:
@@ -35,8 +35,8 @@ module.exports = class extends Generator {
|
||||
/* filters */
|
||||
|
||||
_trimFilter( input ) {
|
||||
return input.trim();
|
||||
}
|
||||
return (input+"").trim();
|
||||
}
|
||||
|
||||
/* prompts */
|
||||
_configureFeatures() {
|
||||
@@ -66,7 +66,7 @@ module.exports = class extends Generator {
|
||||
{
|
||||
name: 'Electrum server',
|
||||
value: 'electrum',
|
||||
checked: this._isChecked( 'features', 'ots' )
|
||||
checked: this._isChecked( 'features', 'electrum' )
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user