aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2019-04-06 08:23:19 -0700
committerMeshCollider <dobsonsa68@gmail.com>2019-04-16 19:35:25 +1200
commit235550d01992555a316c9c4639f5bec6255a244f (patch)
treeb3ed6c367eb72a1365bc4e0e6f901251dfcf7cac /test/functional
parent802dcd37d196aab07f377938d851d7eaf095b03b (diff)
downloadbitcoin-235550d01992555a316c9c4639f5bec6255a244f.tar.xz
Take non-importing keys into account for spendability warning in descriptor import
Github-Pull: #15749 Rebased-From: b5d39877242504160a7f2c24c60c07a845d7a064
Diffstat (limited to 'test/functional')
-rwxr-xr-xtest/functional/wallet_importmulti.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/wallet_importmulti.py b/test/functional/wallet_importmulti.py
index c6d0425f22..bfee2fe4c9 100755
--- a/test/functional/wallet_importmulti.py
+++ b/test/functional/wallet_importmulti.py
@@ -630,7 +630,8 @@ class ImportMultiTest(BitcoinTestFramework):
self.log.info("Should import a 1-of-2 bare multisig from descriptor")
self.test_importmulti({"desc": descsum_create("multi(1," + key1.pubkey + "," + key2.pubkey + ")"),
"timestamp": "now"},
- success=True)
+ success=True,
+ warnings=["Some private keys are missing, outputs will be considered watchonly. If this is intentional, specify the watchonly flag."])
self.log.info("Should not treat individual keys from the imported bare multisig as watchonly")
test_address(self.nodes[1],
key1.p2pkh_addr,