Merge pull request #72 from m1kola/patch-1

GDAX SetDefaults cleanup
This commit is contained in:
Adrian Gallagher
2017-12-31 11:00:40 +11:00
committed by GitHub

View File

@@ -62,7 +62,6 @@ func (g *GDAX) SetDefaults() {
g.Verbose = false
g.TakerFee = 0.25
g.MakerFee = 0
g.Verbose = false
g.Websocket = false
g.RESTPollingDelay = 10
g.RequestCurrencyPairFormat.Delimiter = "-"