aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/blockfilter.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/test_framework/blockfilter.py')
-rw-r--r--test/functional/test_framework/blockfilter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/blockfilter.py b/test/functional/test_framework/blockfilter.py
index 17d81a4cb5..a16aa3d34f 100644
--- a/test/functional/test_framework/blockfilter.py
+++ b/test/functional/test_framework/blockfilter.py
@@ -4,7 +4,7 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Helper routines relevant for compact block filters (BIP158).
"""
-from .siphash import siphash
+from .crypto.siphash import siphash
def bip158_basic_element_hash(script_pub_key, N, block_hash):