ich glaube ich habe es langsam gefixet
This commit is contained in:
@@ -130,7 +130,7 @@ class Exchange():
|
||||
if amount<1:
|
||||
# invalid order
|
||||
return None
|
||||
full_price=round(price*amount)
|
||||
full_price=round(price*amount,2)
|
||||
|
||||
|
||||
# Move resources into escrow
|
||||
|
||||
Reference in New Issue
Block a user