Use 8080 as default port as in config
This commit is contained in:
parent
c018d5696d
commit
71ebd84c00
@ -18,7 +18,7 @@ function BitcoreHTTP(node, opts) {
|
|||||||
$.checkArgument(node);
|
$.checkArgument(node);
|
||||||
opts = opts || {};
|
opts = opts || {};
|
||||||
this.node = node;
|
this.node = node;
|
||||||
this.port = opts.port || 8000;
|
this.port = opts.port || 8080;
|
||||||
this.logging = opts.logging || false;
|
this.logging = opts.logging || false;
|
||||||
this.setupExpress();
|
this.setupExpress();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user