diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-11-01 13:48:06 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-11-01 13:57:11 +0100 |
commit | f1ee974e8e18a6a4fa50e0062d0531936dac32ae (patch) | |
tree | 62f3eedaa592afb24cb48d30f3ef597df841001d | |
parent | 5668ccec1d3785632caf4b74c1701019ecc88f41 (diff) |
test: remove unused `CHANGE_{XPRV,XPUB}` constants
These constants exist since the introduction of the functional test
wallet_taproot.py (2667366aaa69447a9de4d819669d254a5ebd4d4b), but they
have never been used.
-rwxr-xr-x | test/functional/wallet_taproot.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/wallet_taproot.py b/test/functional/wallet_taproot.py index 3c630ba433..41420238d6 100755 --- a/test/functional/wallet_taproot.py +++ b/test/functional/wallet_taproot.py @@ -156,9 +156,6 @@ KEYS = [ } ] -CHANGE_XPRV = "tprv8ZgxMBicQKsPcyDrWwiecVnTtFmfRwbfFqEfR4ZGWvq5aTTwLBWmAm5zrbMcYtb9gQNFfhRfqhhrBG37U3nhmXxEgeEPBJGHAPrHCrAd1WX" -CHANGE_XPUB = "tpubD6NzVbkrYhZ4WSFeQbPF1uSaTHHbbGnZq8qShabZwCdUQwihxaLMMFhs2kidGF2qrRKiQVqw8VoyuTHj1bZqmMXMeciaU1gBjWA1sim2zUB" - def key(hex_key): """Construct an x-only pubkey from its hex representation.""" |