mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
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:
parent
5668ccec1d
commit
f1ee974e8e
1 changed files with 0 additions and 3 deletions
|
@ -156,9 +156,6 @@ KEYS = [
|
|||
}
|
||||
]
|
||||
|
||||
CHANGE_XPRV = "tprv8ZgxMBicQKsPcyDrWwiecVnTtFmfRwbfFqEfR4ZGWvq5aTTwLBWmAm5zrbMcYtb9gQNFfhRfqhhrBG37U3nhmXxEgeEPBJGHAPrHCrAd1WX"
|
||||
CHANGE_XPUB = "tpubD6NzVbkrYhZ4WSFeQbPF1uSaTHHbbGnZq8qShabZwCdUQwihxaLMMFhs2kidGF2qrRKiQVqw8VoyuTHj1bZqmMXMeciaU1gBjWA1sim2zUB"
|
||||
|
||||
|
||||
def key(hex_key):
|
||||
"""Construct an x-only pubkey from its hex representation."""
|
||||
|
|
Loading…
Add table
Reference in a new issue