Skip to content

Commit 056c0b9

Browse files
committed
Add default rpc port
1 parent ce08dba commit 056c0b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/blockchains/namecoin.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ module.exports = (dnschain) ->
4343
o[v] = gConf.chains[@name].get 'rpc'+v
4444
, {}
4545
@params.connect ?= "127.0.0.1"
46+
@params.port ?= "8336"
4647

4748
unless _(@params).values().every()
4849
missing = _.transform @params, ((o,v,k)->if !v then o.push 'rpc'+k), []

0 commit comments

Comments
 (0)