From ec31f2eb3553f75c9cc0ab95c45340a16cd7a8c5 Mon Sep 17 00:00:00 2001 From: tecnovert Date: Wed, 19 Mar 2025 13:34:23 +0200 Subject: [PATCH] Fix addcoin. --- basicswap/bin/prepare.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/basicswap/bin/prepare.py b/basicswap/bin/prepare.py index 3443590..65c88c6 100755 --- a/basicswap/bin/prepare.py +++ b/basicswap/bin/prepare.py @@ -1872,6 +1872,10 @@ def initialise_wallets( swap_client.createCoinInterface(c) if c in coins_to_create_wallets_for: + if c == Coins.PART and "particl" not in with_coins: + # Running addcoin with an existing particl wallet + swap_client.waitForDaemonRPC(c, with_wallet=True) + continue if c == Coins.DCR: if coin_settings["manage_wallet_daemon"] is False: continue