Skip to content

Commit

Permalink
minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Jan 3, 2018
1 parent 6084f88 commit f930744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/gatecoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ module.exports = class gatecoin extends Exchange {
} else {
this.checkRequiredCredentials ();
let nonce = this.nonce ();
let nonceString = nonce.toString ()
let nonceString = nonce.toString ();
let contentType = (method == 'GET') ? '' : 'application/json';
let auth = method + url + contentType + nonceString;
auth = auth.toLowerCase ();
Expand Down

0 comments on commit f930744

Please sign in to comment.