mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-31 10:14:35 +01:00
Merge pull request #238 from phillamy/installer-btc-port
installer - expose BTC P2P port - from cyphernode/dev
This commit is contained in:
@@ -345,7 +345,7 @@ module.exports = {
|
||||
type: 'confirm',
|
||||
name: 'bitcoin_expose',
|
||||
default: utils.getDefault( 'bitcoin_expose' ),
|
||||
message: prefix()+'Expose bitcoin full node outside of the docker network?'+utils.getHelp('bitcoin_expose'),
|
||||
message: prefix()+'Expose bitcoin full node P2P port outside of the docker network?'+utils.getHelp('bitcoin_expose'),
|
||||
},
|
||||
{
|
||||
when: function(props) { return installerDocker(props) && props.features.indexOf('lightning') !== -1 },
|
||||
|
||||
Reference in New Issue
Block a user