This content got low rating by people.

Tu

mamamoeswe(2)
Published in
#au
Words
67
Reading
1 min
Listen
Play
8y

In test/functional/wallet_multiwallet.py:

@@ -211,5 +211,15 @@ def run_test(self):
# Fail to load if wallet file is a symlink
assert_raises_rpc_error(-4, "Wallet file verification failed: Invalid -wallet path 'w8_symlink'", self.nodes[0].loadwallet, 'w8_symlink')

  •    self.log.info("Test dynamic wallet creation.")
    
  •    # Fail to create a wallet if it already exists.
    
  •    assert_raises_rpc_error(-4, "Wallet w2 already exists.", self.nodes[0].createwallet, 'w2')
    
  •    # Successfully create a wallet with a new name
    
  •    self.nodes[0].createwallet('w9')
Tu | Ecency