From 59be986aa4ed68eb7e4d714cbc950102ba5261ab Mon Sep 17 00:00:00 2001 From: kewde Date: Tue, 26 May 2026 14:12:19 +0200 Subject: [PATCH] fix: use main address for XMR & WOW --- basicswap/basicswap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/basicswap.py b/basicswap/basicswap.py index daeeb38..a08cbe8 100644 --- a/basicswap/basicswap.py +++ b/basicswap/basicswap.py @@ -11896,7 +11896,7 @@ class BasicSwap(BaseApp, BSXNetwork, UIApp): ) vkbs = ci_to.sumKeys(kbsl, kbsf) - if coin_to == (Coins.XMR, Coins.WOW): + if coin_to in (Coins.XMR, Coins.WOW): address_to = self.getCachedMainWalletAddress(ci_to, cursor) elif coin_to in (Coins.PART_BLIND, Coins.PART_ANON): address_to = self.getCachedStealthAddressForCoin(coin_to, cursor)