From 830c18c26dab1d0b90ddfa855fb0f1bf11b5b5a0 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 11 Sep 2016 14:58:06 +1000 Subject: [PATCH] Removes the idea of seperating interface methods --- huobihttp.go | 2 -- localbitcoinshttp.go | 2 -- poloniexhttp.go | 2 -- 3 files changed, 6 deletions(-) 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