mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Merge bitcoin/bitcoin#26437: test: remove unused CHANGE_{XPRV,XPUB}
constants
f1ee974e8e
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 (2667366aaa
), but they have never been used. ACKs for top commit: instagibbs: ACKf1ee974e8e
brunoerg: ACKf1ee974e8e
Tree-SHA512: 2c6f8cd537c35af59c4cbe6abb07386b7fb9e4662c7bed27ad8935e004f9bf452705fb1caef4f5ea1f4ad509745afba966005f95a18cf2b59e00b7739a5df7f8
This commit is contained in:
commit
bf0cb43990
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