Made Exchange SetDefaults 'Enabled' variable disabled by default.

This commit is contained in:
Adrian Gallagher
2016-03-17 17:17:29 +11:00
parent 3ff0a9e875
commit d9a5de8075
16 changed files with 17 additions and 17 deletions

View File

@@ -50,7 +50,7 @@ type ItBitTicker struct {
func (i *ItBit) SetDefaults() {
i.Name = "ITBIT"
i.Enabled = true
i.Enabled = false
i.MakerFee = -0.10
i.TakerFee = 0.50
i.Verbose = false