Update ZEC, BCH, ETH, LTC wallets (#119)
* Update ZEC & ETH wallet versions * Update ZEC disabledeprecation * Geth 1.8.10 * Litecoin 0.16.0 Litecoin SegWit addresses now default * Bitcoin ABC 0.17.2
This commit is contained in:
parent
a30b835786
commit
ebbeff4211
2 changed files with 9 additions and 9 deletions
|
|
@ -20,7 +20,7 @@ function setup (dataDir) {
|
|||
logger.info('Finished fetching proofs.')
|
||||
const config = buildConfig()
|
||||
common.writeFile(path.resolve(dataDir, coinRec.configFile), config)
|
||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.1.0`
|
||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.1.1`
|
||||
common.writeSupervisorConfig(coinRec, cmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue