aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_taproot.py
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-11-01 13:48:06 +0100
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-11-01 13:57:11 +0100
commitf1ee974e8e18a6a4fa50e0062d0531936dac32ae (patch)
tree62f3eedaa592afb24cb48d30f3ef597df841001d /test/functional/wallet_taproot.py
parent5668ccec1d3785632caf4b74c1701019ecc88f41 (diff)
downloadbitcoin-f1ee974e8e18a6a4fa50e0062d0531936dac32ae.tar.xz
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.
Diffstat (limited to 'test/functional/wallet_taproot.py')
-rwxr-xr-xtest/functional/wallet_taproot.py3
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."""