Websocket update increasing exchange coverage and bug fixes (#233)

Websocket update increasing exchange coverage and bug fixes
This commit is contained in:
Ryan O'Hara-Reid
2019-01-23 14:23:11 +11:00
committed by Adrian Gallagher
parent b62a9c76b1
commit 41415ca3b9
72 changed files with 1982 additions and 439 deletions

View File

@@ -64,7 +64,8 @@ func (b *Bithumb) SetDefaults() {
b.Enabled = false
b.Verbose = false
b.RESTPollingDelay = 10
b.APIWithdrawPermissions = exchange.AutoWithdrawCrypto | exchange.AutoWithdrawFiat
b.APIWithdrawPermissions = exchange.AutoWithdrawCrypto |
exchange.AutoWithdrawFiat
b.RequestCurrencyPairFormat.Delimiter = ""
b.RequestCurrencyPairFormat.Uppercase = true
b.ConfigCurrencyPairFormat.Delimiter = ""

View File

@@ -297,7 +297,7 @@ func (b *Bithumb) WithdrawFiatFundsToInternationalBank(withdrawRequest exchange.
// GetWebsocket returns a pointer to the exchange websocket
func (b *Bithumb) GetWebsocket() (*exchange.Websocket, error) {
return nil, common.ErrNotYetImplemented
return nil, common.ErrFunctionNotSupported
}
// GetFeeByType returns an estimate of fee based on type of transaction