Skip to content

Commit bf0cb43

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#26437: test: remove unused CHANGE_{XPRV,XPUB} constants
f1ee974 test: remove unused `CHANGE_{XPRV,XPUB}` constants (Sebastian Falbesoner) Pull request description: These constants exist since the introduction of the functional test wallet_taproot.py (2667366), but they have never been used. ACKs for top commit: instagibbs: ACK f1ee974 brunoerg: ACK f1ee974 Tree-SHA512: 2c6f8cd537c35af59c4cbe6abb07386b7fb9e4662c7bed27ad8935e004f9bf452705fb1caef4f5ea1f4ad509745afba966005f95a18cf2b59e00b7739a5df7f8
2 parents 5668cce + f1ee974 commit bf0cb43

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/wallet_taproot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@
156156
}
157157
]
158158

159-
CHANGE_XPRV = "tprv8ZgxMBicQKsPcyDrWwiecVnTtFmfRwbfFqEfR4ZGWvq5aTTwLBWmAm5zrbMcYtb9gQNFfhRfqhhrBG37U3nhmXxEgeEPBJGHAPrHCrAd1WX"
160-
CHANGE_XPUB = "tpubD6NzVbkrYhZ4WSFeQbPF1uSaTHHbbGnZq8qShabZwCdUQwihxaLMMFhs2kidGF2qrRKiQVqw8VoyuTHj1bZqmMXMeciaU1gBjWA1sim2zUB"
161-
162159

163160
def key(hex_key):
164161
"""Construct an x-only pubkey from its hex representation."""

0 commit comments

Comments
 (0)