aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_taproot.py
diff options
context:
space:
mode:
authorstratospher <44024636+stratospher@users.noreply.github.com>2023-09-09 14:31:53 +0530
committerstratospher <44024636+stratospher@users.noreply.github.com>2023-09-10 23:16:39 +0530
commit08a4a56cbcfa54366c2c0bb52bb147fc2740edc5 (patch)
tree044be47d4ba11f8d846fdcc413141fceac9369be /test/functional/feature_taproot.py
parent83719146047947e588aa0c7b5eee02f44884553d (diff)
downloadbitcoin-08a4a56cbcfa54366c2c0bb52bb147fc2740edc5.tar.xz
[test] Move test framework crypto functions to crypto/
Diffstat (limited to 'test/functional/feature_taproot.py')
-rwxr-xr-xtest/functional/feature_taproot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_taproot.py b/test/functional/feature_taproot.py
index e32319961e..d17e2f4c20 100755
--- a/test/functional/feature_taproot.py
+++ b/test/functional/feature_taproot.py
@@ -105,7 +105,7 @@ from test_framework.key import (
tweak_add_privkey,
ECKey,
)
-from test_framework import secp256k1
+from test_framework.crypto import secp256k1
from test_framework.address import (
hash160,
program_to_witness,