test: remove unused CHANGE_{XPRV,XPUB} constants

These constants exist since the introduction of the functional test
wallet_taproot.py (2667366aaa), but they
have never been used.
This commit is contained in:
Sebastian Falbesoner 2022-11-01 13:48:06 +01:00
parent 5668ccec1d
commit f1ee974e8e

View file

@ -156,9 +156,6 @@ KEYS = [
} }
] ]
CHANGE_XPRV = "tprv8ZgxMBicQKsPcyDrWwiecVnTtFmfRwbfFqEfR4ZGWvq5aTTwLBWmAm5zrbMcYtb9gQNFfhRfqhhrBG37U3nhmXxEgeEPBJGHAPrHCrAd1WX"
CHANGE_XPUB = "tpubD6NzVbkrYhZ4WSFeQbPF1uSaTHHbbGnZq8qShabZwCdUQwihxaLMMFhs2kidGF2qrRKiQVqw8VoyuTHj1bZqmMXMeciaU1gBjWA1sim2zUB"
def key(hex_key): def key(hex_key):
"""Construct an x-only pubkey from its hex representation.""" """Construct an x-only pubkey from its hex representation."""