aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_utxo_set_hash.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_utxo_set_hash.py
parent83719146047947e588aa0c7b5eee02f44884553d (diff)
downloadbitcoin-08a4a56cbcfa54366c2c0bb52bb147fc2740edc5.tar.xz
[test] Move test framework crypto functions to crypto/
Diffstat (limited to 'test/functional/feature_utxo_set_hash.py')
-rwxr-xr-xtest/functional/feature_utxo_set_hash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_utxo_set_hash.py b/test/functional/feature_utxo_set_hash.py
index 0f510ced89..b1d23c96c4 100755
--- a/test/functional/feature_utxo_set_hash.py
+++ b/test/functional/feature_utxo_set_hash.py
@@ -11,7 +11,7 @@ from test_framework.messages import (
COutPoint,
from_hex,
)
-from test_framework.muhash import MuHash3072
+from test_framework.crypto.muhash import MuHash3072
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import assert_equal
from test_framework.wallet import MiniWallet