Skip to content

Commit c5e44a0

Browse files
committed
Merge bitcoin/bitcoin#32369: test: Use the correct node for doubled keypath test
32d55e2 test: Use the correct node for doubled keypath test (Ava Chow) Pull request description: #29124 had a silent merge conflict with #32350 which resulted in it using the wrong node. Fix the test to use the correct v22 node. ACKs for top commit: maflcko: lgtm ACK 32d55e2 rkrux: ACK 32d55e2 BrandonOdiwuor: Code Review ACK 32d55e2 Tree-SHA512: 1e0231985beb382b16e1d608c874750423d0502388db0c8ad450b22d17f9d96f5e16a6b44948ebda5efc750f62b60d0de8dd20131f449427426a36caf374af92
2 parents 65714c1 + 32d55e2 commit c5e44a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_backwards_compatibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def test_v22_inactivehdchain_path(self):
8787
# 0.21.x and 22.x would both produce bad derivation paths when topping up an inactive hd chain
8888
# Make sure that this is being automatically cleaned up by migration
8989
node_master = self.nodes[1]
90-
node_v22 = self.nodes[self.num_nodes - 5]
90+
node_v22 = self.nodes[self.num_nodes - 3]
9191
wallet_name = "bad_deriv_path"
9292
node_v22.createwallet(wallet_name=wallet_name, descriptors=False)
9393
bad_deriv_wallet = node_v22.get_wallet_rpc(wallet_name)

0 commit comments

Comments
 (0)