mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 07:26:53 +00:00
Made Exchange SetDefaults 'Enabled' variable disabled by default.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user