diff --git a/huobihttp.go b/huobihttp.go index 8a1c133d..bc41de25 100644 --- a/huobihttp.go +++ b/huobihttp.go @@ -292,8 +292,6 @@ func (h *HUOBI) SendAuthenticatedRequest(method string, v url.Values) error { return nil } -//Interface methods - //TODO: retrieve HUOBI balance info //GetExchangeAccountInfo : Retrieves balances for all enabled currencies for the HUOBI exchange func (e *HUOBI) GetExchangeAccountInfo() (ExchangeAccountInfo, error) { diff --git a/localbitcoinshttp.go b/localbitcoinshttp.go index f04235f6..208f67a6 100644 --- a/localbitcoinshttp.go +++ b/localbitcoinshttp.go @@ -445,8 +445,6 @@ func (l *LocalBitcoins) SendAuthenticatedHTTPRequest(method, path string, values return nil } -//Interface methods - //GetExchangeAccountInfo : Retrieves balances for all enabled currencies for the LocalBitcoins exchange func (e *LocalBitcoins) GetExchangeAccountInfo() (ExchangeAccountInfo, error) { var response ExchangeAccountInfo diff --git a/poloniexhttp.go b/poloniexhttp.go index b88f0a59..fcf02c47 100644 --- a/poloniexhttp.go +++ b/poloniexhttp.go @@ -1029,8 +1029,6 @@ func (p *Poloniex) SendAuthenticatedHTTPRequest(method, endpoint string, values return nil } -//Interface methods - //GetExchangeAccountInfo : Retrieves balances for all enabled currencies for the Poloniex exchange func (e *Poloniex) GetExchangeAccountInfo() (ExchangeAccountInfo, error) { var response ExchangeAccountInfo