Skip to content

Commit

Permalink
okcoin → okcoinusd
Browse files Browse the repository at this point in the history
  • Loading branch information
kroitor committed Oct 31, 2017
1 parent 50b5c2b commit 4e6f86b
Show file tree
Hide file tree
Showing 34 changed files with 3,223 additions and 1,426 deletions.
4 changes: 2 additions & 2 deletions js/allcoin.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

// ---------------------------------------------------------------------------

const okcoin = require ('./okcoin.js')
const okcoinusd = require ('./okcoinusd.js')

// ---------------------------------------------------------------------------

module.exports = class allcoin extends okcoin {
module.exports = class allcoin extends okcoinusd {

describe () {
return this.deepExtend (super.describe (), {
Expand Down
4 changes: 2 additions & 2 deletions js/okcoincny.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

// ---------------------------------------------------------------------------

const okcoin = require ('./okcoin.js')
const okcoinusd = require ('./okcoinusd.js')

// ---------------------------------------------------------------------------

module.exports = class okcoincny extends okcoin {
module.exports = class okcoincny extends okcoinusd {

describe () {
return this.deepExtend (super.describe (), {
Expand Down
Loading

0 comments on commit 4e6f86b

Please sign in to comment.