mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
Fix the unsuitable definition of a function (#279)
This commit is contained in:
committed by
Adrian Gallagher
parent
388d160f2b
commit
6ebebf1b16
@@ -303,7 +303,7 @@ type IBotExchange interface {
|
||||
GetAccountInfo() (AccountInfo, error)
|
||||
GetAuthenticatedAPISupport() bool
|
||||
SetCurrencies(pairs []currency.Pair, enabledPairs bool) error
|
||||
GetExchangeHistory(currency.Pair, string) ([]TradeHistory, error)
|
||||
GetExchangeHistory(p currency.Pair, assetType string) ([]TradeHistory, error)
|
||||
SupportsAutoPairUpdates() bool
|
||||
GetLastPairsUpdateTime() int64
|
||||
SupportsRESTTickerBatchUpdates() bool
|
||||
|
||||
Reference in New Issue
Block a user