fuck man major readjustment but it is running again...
This commit is contained in:
@@ -126,7 +126,7 @@ class Exchange():
|
||||
"""
|
||||
# calculate price for complete order fullfilment
|
||||
amount=int(amount)
|
||||
full_price=price*amount
|
||||
full_price=round(price*amount,2)
|
||||
|
||||
|
||||
# Move resources into escrow
|
||||
|
||||
Reference in New Issue
Block a user