ich glaube ich habe es langsam gefixet

This commit is contained in:
2023-06-30 16:04:52 +02:00
parent 4d4d609cea
commit 9ed01abea4
10 changed files with 16 additions and 9 deletions

View File

@@ -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