aboutsummaryrefslogtreecommitdiffstats
path: root/lib/httpsync.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/httpsync.js')
-rw-r--r--lib/httpsync.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/httpsync.js b/lib/httpsync.js
index 20bdbd1a2..67a3988f9 100644
--- a/lib/httpsync.js
+++ b/lib/httpsync.js
@@ -23,7 +23,7 @@
var HttpSyncProvider = function (host) {
this.handlers = [];
- this.host = host;
+ this.host = host || 'http://localhost:8080';
};
/// Transforms inner message to proper jsonrpc object