diff --git a/api/logics.py b/api/logics.py index e4bd0fae..10bd5d78 100644 --- a/api/logics.py +++ b/api/logics.py @@ -9,6 +9,7 @@ from decouple import config import math import ast +import time FEE = float(config("FEE")) MAKER_FEE_SPLIT = float(config("MAKER_FEE_SPLIT")) diff --git a/docs/how-to-use.md b/docs/how-to-use.md index 528c304d..01d15abe 100644 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -85,7 +85,7 @@ Every order has an expiration counter. By default, in RoboSats v0.1.0 new orders When you are decided for an order to take simply tap the "Take Order" button. You will see the contract box. Follow the contract box indications until you complete the trade! :) -First thing is to lock a fidelity bond, so the seller knows you can be trusted. The satoshis in this bond will just freeze in your wallet. If you try to cheat or cancel unilaterally, you will lose the satoshis locked in the bond. +First thing is to lock a small fidelity bond (just 1% of the trade amount), so the seller knows you can be trusted. The satoshis in this bond will just freeze in your wallet. If you try to cheat or cancel unilaterally, you will lose the satoshis locked in the bond.