Let SQLite handle all query parameters.

This commit is contained in:
tecnovert
2024-11-20 22:26:35 +02:00
parent fa8764342e
commit bd571702cb
5 changed files with 223 additions and 154 deletions

View File

@@ -672,9 +672,9 @@ class Test(unittest.TestCase):
"name": "offer should fail",
"coin_from": "Particl",
"coin_to": "XMR",
"amount": 200,
"amount": 20000,
"minrate": 0.05,
"ratetweakpercent": 50000000,
"ratetweakpercent": 500000000,
"amount_variable": True,
"address": -1,
"min_coin_from_amt": 20,