Handle LBTC in autoprice

This commit is contained in:
2022-04-15 14:58:18 +01:00
parent 7cfeb95b10
commit f39e6112e4
2 changed files with 19 additions and 15 deletions

View File

@@ -59,7 +59,7 @@ class TestMarkets(TestCase):
],
]
currency = "EUR"
margin = self.markets.autoprice(ads, currency)
margin = self.markets.autoprice("topmonero", 1.1, 1.3, ads, currency)
expected_margin = 1.18
self.assertEqual(margin, expected_margin)