mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Let SQLite handle all query parameters.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user