Przeglądaj źródła

Market Account

- GetCash: refactoring
Alexey Kim 1 miesiąc temu
rodzic
commit
7607562951
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      util/order.go

+ 1 - 1
util/order.go

@@ -53,7 +53,7 @@ func CreateOrder(
 	}
 
 	var (
-		cash  = account.GetCash()
+		cash  = account.GetCash(false)
 		ratio float64
 	)