2
0
Эх сурвалжийг харах

Market Account

- GetCash: refactoring
Alexey Kim 1 сар өмнө
parent
commit
7607562951
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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
 	)