mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 23:16:54 +00:00
Websocket update increasing exchange coverage and bug fixes (#233)
Websocket update increasing exchange coverage and bug fixes
This commit is contained in:
committed by
Adrian Gallagher
parent
b62a9c76b1
commit
41415ca3b9
@@ -81,7 +81,8 @@ func (b *Bitflyer) SetDefaults() {
|
||||
b.Enabled = false
|
||||
b.Verbose = false
|
||||
b.RESTPollingDelay = 10
|
||||
b.APIWithdrawPermissions = exchange.WithdrawCryptoViaWebsiteOnly | exchange.AutoWithdrawFiat
|
||||
b.APIWithdrawPermissions = exchange.WithdrawCryptoViaWebsiteOnly |
|
||||
exchange.AutoWithdrawFiat
|
||||
b.RequestCurrencyPairFormat.Delimiter = "_"
|
||||
b.RequestCurrencyPairFormat.Uppercase = true
|
||||
b.ConfigCurrencyPairFormat.Delimiter = "_"
|
||||
|
||||
Reference in New Issue
Block a user