mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
fix 13381/15108 - no embedded
This commit is contained in:
parent
7788f0d9be
commit
ab8ef174d5
@ -108,8 +108,7 @@ class ImportWithLabel(BitcoinTestFramework):
|
|||||||
address4,
|
address4,
|
||||||
iswatchonly=True,
|
iswatchonly=True,
|
||||||
ismine=False,
|
ismine=False,
|
||||||
label=label4_addr,
|
label=label4_addr)
|
||||||
embedded=None)
|
|
||||||
|
|
||||||
self.log.info(
|
self.log.info(
|
||||||
"Import the watch-only address's private key without a "
|
"Import the watch-only address's private key without a "
|
||||||
@ -119,11 +118,6 @@ class ImportWithLabel(BitcoinTestFramework):
|
|||||||
)
|
)
|
||||||
priv_key4 = self.nodes[0].dumpprivkey(address4)
|
priv_key4 = self.nodes[0].dumpprivkey(address4)
|
||||||
self.nodes[1].importprivkey(priv_key4)
|
self.nodes[1].importprivkey(priv_key4)
|
||||||
embedded_addr = self.nodes[1].getaddressinfo(address4)['embedded']['address']
|
|
||||||
|
|
||||||
test_address(self.nodes[1],
|
|
||||||
embedded_addr,
|
|
||||||
label="")
|
|
||||||
test_address(self.nodes[1],
|
test_address(self.nodes[1],
|
||||||
address4,
|
address4,
|
||||||
label=label4_addr)
|
label=label4_addr)
|
||||||
|
Loading…
Reference in New Issue
Block a user