From 02f1a89a609269899d78cbba30f0b6be05b5b615 Mon Sep 17 00:00:00 2001 From: MeshCollider Date: Fri, 25 Jan 2019 13:32:42 +1300 Subject: [PATCH] fixup! Fixups --- test/functional/wallet_importmulti.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/wallet_importmulti.py b/test/functional/wallet_importmulti.py index fb13554bb0d408..3ae07dccb9b1b2 100755 --- a/test/functional/wallet_importmulti.py +++ b/test/functional/wallet_importmulti.py @@ -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")