Skip to content

Commit

Permalink
fixup! Fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
meshcollider committed Jan 25, 2019
1 parent bcfe2cb commit 02f1a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/wallet_importmulti.py
Expand Up @@ -203,7 +203,7 @@ def run_test(self):
"keys": [key.privkey]},
success=False,
error_code=-4,
error_message='The wallet already contains the private key for this address or script')
error_message='The wallet already contains the private key for this address or script ("' + key.p2pkh_script + '")')

# Address + Private key + watchonly
self.log.info("Should import an address with private key and with watchonly")
Expand Down

0 comments on commit 02f1a89

Please sign in to comment.