exhcange now uses ccxt in dry_run, update config

This commit is contained in:
Samuel Husso
2018-03-21 19:40:16 +02:00
parent 14d16d573c
commit 40a0689183
2 changed files with 86 additions and 25 deletions

View File

@@ -91,7 +91,7 @@ class Constants(object):
'type': 'array',
'items': {
'type': 'string',
'pattern': '^[0-9A-Z]+_[0-9A-Z]+$'
'pattern': '^[0-9A-Z]+/[0-9A-Z]+$'
},
'uniqueItems': True
},
@@ -99,7 +99,7 @@ class Constants(object):
'type': 'array',
'items': {
'type': 'string',
'pattern': '^[0-9A-Z]+_[0-9A-Z]+$'
'pattern': '^[0-9A-Z]+/[0-9A-Z]+$'
},
'uniqueItems': True
}