preparescript: Fix intermittent addcoin issue.

This commit is contained in:
tecnovert 2022-12-08 03:13:39 +02:00
parent 55f6095ec2
commit 1d0a3fbc12
No known key found for this signature in database
GPG key ID: 8ED6D8750C4E3F93

View file

@ -981,6 +981,7 @@ def test_particl_encryption(data_dir, settings, chain, use_tor_proxy):
swap_client.setDaemonPID(c, daemons[-1].pid)
swap_client.setCoinRunParams(c)
swap_client.createCoinInterface(c)
swap_client.waitForDaemonRPC(c, with_wallet=True)
if swap_client.ci(c).isWalletEncrypted():
logger.info('Particl Wallet is encrypted')