mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-07 15:05:41 +01:00
removed exose prompt from bitcoin prompter
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user