Skip to content
Snippets Groups Projects
Commit 89a3d619 authored by arcange's avatar arcange
Browse files

Typo fixed

Changed "Failover Threshold" output to so it looks less like an error than information
parent f73f913a
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ class Steem extends EventEmitter {
});
this.callAsync = Promise.promisify(this.call);
this.signedCallAsync = Promise.promisify(this.signedCall);
console.log("Alternate endpoitns: ", this.options.alternative_api_endpoints);
console.log("Error Failover Threshold: ", this.options.failover_threshold);
console.log("Alternate endpoints: ", this.options.alternative_api_endpoints);
console.log("Failover Threshold (errors): ", this.options.failover_threshold);
this.notifyError = this.notifyError.bind(this);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment