From 423eaa60122229f85ec2599638a1c847b075b076 Mon Sep 17 00:00:00 2001 From: Igor Kroitor Date: Wed, 30 May 2018 23:55:22 +0300 Subject: [PATCH] bitbay changed their jurisdiction to Malta --- js/bitbay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bitbay.js b/js/bitbay.js index b285ff5671a7..6f85f65f9a12 100644 --- a/js/bitbay.js +++ b/js/bitbay.js @@ -12,7 +12,7 @@ module.exports = class bitbay extends Exchange { return this.deepExtend (super.describe (), { 'id': 'bitbay', 'name': 'BitBay', - 'countries': [ 'PL', 'EU' ], // Poland + 'countries': [ 'MT', 'EU' ], // Malta 'rateLimit': 1000, 'has': { 'CORS': true,