We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5096892 commit 3727380Copy full SHA for 3727380
tests/unit/wallet/test_transaction.py
@@ -552,10 +552,12 @@ async def test_liquidate_at_loss(self):
552
1000000, 1509900, 1509800, 1509700, 1509600, 1509500, 1509400, 1509300, 1509200, 1509100,
553
1509000, 1508900, 1508800, 1508700, 1508600, 1508500, 1508400, 1508300, 1508200, 1508100,
554
1494600, 1494400, 1508000, 1507900, 1507800, 1507700, 1507600, 1507500, 1507400, 1507300,
555
- 1507200, 1507100, 1507000, 1506900, 1506800, 1506700, 1506600, 1506300, 1492700, 1492600],
+ 1507200, 1507100, 1507000, 1506900, 1506800, 1506700, 1506600, 1506500, 1506400, 1506300,
556
+ 1506200, 1505200, 1501000],
557
[i.amount for i in tx.inputs])
- self.assertIn(tx.size, range(5920, 5970))
558
- self.assertEqual(59760000, tx.fee)
+ self.assertIn(tx.size, range(6350, 6430))
559
+ self.assertEqual(64300000, tx.fee)
560
+
561
await self.ledger.release_outputs(utxos)
562
563
async def test_liquidate_at_loss_tiny_utxos(self):
0 commit comments