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:
Neal Conner 2018-06-05 20:50:57 +01:00 committed by Josh Harvey
parent a30b835786
commit ebbeff4211
2 changed files with 9 additions and 9 deletions

View file

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