Skip to content

Commit f1ee974

Browse files
committed
test: remove unused CHANGE_{XPRV,XPUB} constants
These constants exist since the introduction of the functional test wallet_taproot.py (2667366), but they have never been used.
1 parent 5668cce commit f1ee974

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/functional/wallet_taproot.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@
156156
}
157157
]
158158

159-
CHANGE_XPRV = "tprv8ZgxMBicQKsPcyDrWwiecVnTtFmfRwbfFqEfR4ZGWvq5aTTwLBWmAm5zrbMcYtb9gQNFfhRfqhhrBG37U3nhmXxEgeEPBJGHAPrHCrAd1WX"
160-
CHANGE_XPUB = "tpubD6NzVbkrYhZ4WSFeQbPF1uSaTHHbbGnZq8qShabZwCdUQwihxaLMMFhs2kidGF2qrRKiQVqw8VoyuTHj1bZqmMXMeciaU1gBjWA1sim2zUB"
161-
162159

163160
def key(hex_key):
164161
"""Construct an x-only pubkey from its hex representation."""

0 commit comments

Comments
 (0)