mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Kraken: Add support for XTZ based pairs
This commit is contained in:
@@ -46,7 +46,9 @@ func (k *Kraken) Run() {
|
||||
continue
|
||||
}
|
||||
if v.Base[0] == 'X' {
|
||||
v.Base = v.Base[1:]
|
||||
if len(v.Base) > 3 {
|
||||
v.Base = v.Base[1:]
|
||||
}
|
||||
}
|
||||
if v.Quote[0] == 'Z' || v.Quote[0] == 'X' {
|
||||
v.Quote = v.Quote[1:]
|
||||
|
||||
Reference in New Issue
Block a user