aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2019-11-25 01:31:38 +0100
committerJon Atack <jon@atack.com>2020-01-09 17:30:58 +0100
commitdc0cabeda49a7edbfa71df22846721b6f6224aea (patch)
tree4ceaf47e587ca5c4ca33ab71595d1ffde3a2c96a /test/functional/wallet_importmulti.py
parentc7654af6f830577a54df12b5d65df93532db0dc2 (diff)
downloadbitcoin-dc0cabeda49a7edbfa71df22846721b6f6224aea.tar.xz
test: remove getaddressinfo label tests
Diffstat (limited to 'test/functional/wallet_importmulti.py')
-rwxr-xr-xtest/functional/wallet_importmulti.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/wallet_importmulti.py b/test/functional/wallet_importmulti.py
index eb55578bfd..f152fcd1a4 100755
--- a/test/functional/wallet_importmulti.py
+++ b/test/functional/wallet_importmulti.py
@@ -569,7 +569,6 @@ class ImportMultiTest(BitcoinTestFramework):
key.p2sh_p2wpkh_addr,
solvable=True,
ismine=True,
- label=p2sh_p2wpkh_label,
labels=[p2sh_p2wpkh_label])
# Test ranged descriptor fails if range is not specified
@@ -641,7 +640,6 @@ class ImportMultiTest(BitcoinTestFramework):
key.p2pkh_addr,
solvable=True,
ismine=False,
- label=p2pkh_label,
labels=[p2pkh_label])
# Test import fails if both desc and scriptPubKey are provided