Update node wallet versions (#91)
* Update zcashd, geth, bitcoin-abc, dashd This version of Bitcoin ABC includes CashAddr support (default) * Update Zcash disable deprecation
This commit is contained in:
parent
4facfea18c
commit
3cb5ddb24d
2 changed files with 8 additions and 8 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.0.13`
|
||||
const cmd = `/usr/local/bin/${coinRec.daemon} -datadir=${dataDir} -disabledeprecation=1.0.14`
|
||||
common.writeSupervisorConfig(coinRec, cmd)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue