fix dash bug in lamassu-coins

This commit is contained in:
Josh Harvey 2017-07-09 01:48:02 +03:00
parent b49cf61225
commit a42b7dbae8

View file

@ -7,7 +7,7 @@ const common = require('./common')
module.exports = {setup}
const coinRec = coinUtils.getCryptoCurrency('BTC')
const coinRec = coinUtils.getCryptoCurrency('DASH')
function setup (dataDir) {
common.firewall([coinRec.defaultPort])