Merge pull request #10528 from f321x/qt_swapserver_list_resize

swaps: improve SwapServerDialog, provider CLI, bugfixes
This commit is contained in:
ThomasV
2026-03-19 09:42:05 +01:00
committed by GitHub
7 changed files with 30 additions and 22 deletions
+2 -2
View File
@@ -678,7 +678,7 @@ class TestCommandsTestnet(ElectrumTestCase):
offer1 = SwapOffer(
pairs=SwapFees(
percentage=0.5,
percentage=Decimal('0.5'),
mining_fee=2000,
min_amount=10000,
max_forward=1000000,
@@ -692,7 +692,7 @@ class TestCommandsTestnet(ElectrumTestCase):
offer2 = SwapOffer(
pairs=SwapFees(
percentage=1.0,
percentage=Decimal('1.0'),
mining_fee=3000,
min_amount=20000,
max_forward=2000000,