installer - expose BTC P2P port

This commit is contained in:
Philippe Lamy
2021-11-18 15:24:52 -05:00
parent f62a7f4cf9
commit 9f80e1cbf6

View File

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