mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
preparescript: Fix intermittent addcoin issue.
This commit is contained in:
parent
55f6095ec2
commit
1d0a3fbc12
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue