This commit is contained in:
Kevin Cotugno 2017-10-05 21:53:41 -07:00
parent 8a78f6e5aa
commit 35b8a6cdd5
2 changed files with 1 additions and 2 deletions

View File

@ -108,7 +108,6 @@ func (v *validator) findMissingGroups(product string, starting int) ([][]int, in
v.logger.Info("Error getting all trades: %v", err)
}
var trade tacitus.Trade
missing := [][]int{}
current := starting

View File

@ -17,7 +17,7 @@ type Client struct {
User string
SslMode string
tradeService TradeService
tradeService TradeService
confirmationService ConfirmationService
logger tacitus.Logger