We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2857bc4 commit 53b7de6Copy full SHA for 53b7de6
test/functional/wallet_importmulti.py
@@ -620,6 +620,10 @@ def run_test(self):
620
solvable=True,
621
ismine=True)
622
623
+ # dump the private key to ensure it matches what was imported
624
+ privkey = self.nodes[1].dumpprivkey(address)
625
+ assert_equal(privkey, wif_priv)
626
+
627
# Test importing of a P2PKH address via descriptor
628
key = get_key(self.nodes[0])
629
self.log.info("Should import a p2pkh address from descriptor")
0 commit comments