Fix addcoin.

This commit is contained in:
tecnovert 2025-03-19 13:34:23 +02:00
parent 03a8ddc863
commit ec31f2eb35
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

View file

@ -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