Periodic GoReportCard fixes

This commit is contained in:
Adrian Gallagher
2018-12-27 15:10:41 +11:00
parent c2cb2a4551
commit 046e15a67e
42 changed files with 344 additions and 350 deletions

View File

@@ -89,7 +89,7 @@ type FeeBuilder struct {
Amount float64
}
// OrderCancellation type requred when requesting to cancel an order
// OrderCancellation type required when requesting to cancel an order
type OrderCancellation struct {
AccountID string
OrderID string
@@ -407,7 +407,7 @@ func (e *Base) SetAssetTypes() error {
return err
}
update := false
var update = false
if exch.AssetTypes == "" {
exch.AssetTypes = common.JoinStrings(e.AssetTypes, ",")
update = true