diff options
author | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-09-09 14:31:53 +0530 |
---|---|---|
committer | stratospher <44024636+stratospher@users.noreply.github.com> | 2023-09-10 23:16:39 +0530 |
commit | 08a4a56cbcfa54366c2c0bb52bb147fc2740edc5 (patch) | |
tree | 044be47d4ba11f8d846fdcc413141fceac9369be /test/functional/test_framework/messages.py | |
parent | 83719146047947e588aa0c7b5eee02f44884553d (diff) |
[test] Move test framework crypto functions to crypto/
Diffstat (limited to 'test/functional/test_framework/messages.py')
-rwxr-xr-x | test/functional/test_framework/messages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/messages.py b/test/functional/test_framework/messages.py index 4d635556f4..19b61c9235 100755 --- a/test/functional/test_framework/messages.py +++ b/test/functional/test_framework/messages.py @@ -29,7 +29,7 @@ import struct import time import unittest -from test_framework.siphash import siphash256 +from test_framework.crypto.siphash import siphash256 from test_framework.util import assert_equal MAX_LOCATOR_SZ = 101 |