contract.html example is working with sync api
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user