fix dash bug in lamassu-coins
This commit is contained in:
parent
b49cf61225
commit
a42b7dbae8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const common = require('./common')
|
||||||
|
|
||||||
module.exports = {setup}
|
module.exports = {setup}
|
||||||
|
|
||||||
const coinRec = coinUtils.getCryptoCurrency('BTC')
|
const coinRec = coinUtils.getCryptoCurrency('DASH')
|
||||||
|
|
||||||
function setup (dataDir) {
|
function setup (dataDir) {
|
||||||
common.firewall([coinRec.defaultPort])
|
common.firewall([coinRec.defaultPort])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue