removed exose prompt from bitcoin prompter

This commit is contained in:
jash
2018-10-08 15:12:44 +02:00
committed by kexkey
parent 88044e86d9
commit ba354478fd

View File

@@ -1,5 +1,4 @@
const name = 'bitcoin';
const bitcoinExternal = function(props) {
return props.bitcoin_mode === 'external'
};
@@ -57,13 +56,6 @@ module.exports = {
default: utils._getDefault( 'bitcoin_prune' ),
message: 'Run bitcoin node in prune mode?'+'\n',
},
{
when: bitcoinInternal,
type: 'confirm',
name: 'bitcoin_expose',
default: utils._getDefault( 'bitcoin_expose' ),
message: 'Expose bitcoin full node outside of the docker network?'+'\n',
},
{
when: bitcoinInternal,
type: 'input',