Fix the unsuitable definition of a function (#279)

This commit is contained in:
Harry Ma
2019-04-17 07:20:46 +08:00
committed by Adrian Gallagher
parent 388d160f2b
commit 6ebebf1b16

View File

@@ -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