Merge pull request #122 from cmgustavo/bug/config-p2pport

Wrong name on p2pPort variable
This commit is contained in:
Matias Alejo Garcia 2014-06-05 03:02:42 -03:00
commit cbeec75ac4
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ bitcoindConf.pass?'Yes(hidden)':'No',
bitcoindConf.protocol,
bitcoindConf.host,
bitcoindConf.port,
bitcoindConf.p2p_port,
bitcoindConf.p2pPort,
dataDir+(network==='testnet'?'*':''),
(network==='testnet'?'* (/testnet3 is added automatically)':'')
);