aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_importmulti.py
diff options
context:
space:
mode:
authorJon Atack <[email protected]>2019-11-25 01:31:38 +0100
committerJon Atack <[email protected]>2020-01-09 17:30:58 +0100
commitdc0cabeda49a7edbfa71df22846721b6f6224aea (patch)
tree4ceaf47e587ca5c4ca33ab71595d1ffde3a2c96a /test/functional/wallet_importmulti.py
parentdoc: address pr17578 review feedback (diff)
downloaddiscoin-dc0cabeda49a7edbfa71df22846721b6f6224aea.tar.xz
discoin-dc0cabeda49a7edbfa71df22846721b6f6224aea.zip
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 eb55578bf..f152fcd1a 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