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 65714c1 commit 32d55e2Copy full SHA for 32d55e2
test/functional/wallet_backwards_compatibility.py
@@ -87,7 +87,7 @@ def test_v22_inactivehdchain_path(self):
87
# 0.21.x and 22.x would both produce bad derivation paths when topping up an inactive hd chain
88
# Make sure that this is being automatically cleaned up by migration
89
node_master = self.nodes[1]
90
- node_v22 = self.nodes[self.num_nodes - 5]
+ node_v22 = self.nodes[self.num_nodes - 3]
91
wallet_name = "bad_deriv_path"
92
node_v22.createwallet(wallet_name=wallet_name, descriptors=False)
93
bad_deriv_wallet = node_v22.get_wallet_rpc(wallet_name)
0 commit comments