aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/key.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-06-10 11:54:25 -0400
committerJohn Newbery <john@johnnewbery.com>2020-06-10 11:54:25 -0400
commite38081846d889fcbbbc6ca4a4d3bca26807fde2f (patch)
tree556102915a88e2923dd10fbdc244dbf11f8e4b25 /test/functional/test_framework/key.py
parent6762a627ecb89ba8d4ed81a049a5d802e6dd75c2 (diff)
downloadbitcoin-e38081846d889fcbbbc6ca4a4d3bca26807fde2f.tar.xz
Revert "[TESTS] Move base58 to own module to break circular dependency"
This reverts commit c75de5da5fdd3a304f9da3d8a2e0370d1723ddd0.
Diffstat (limited to 'test/functional/test_framework/key.py')
-rw-r--r--test/functional/test_framework/key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_framework/key.py b/test/functional/test_framework/key.py
index 5a6d0b912b..f2d6fba4a6 100644
--- a/test/functional/test_framework/key.py
+++ b/test/functional/test_framework/key.py
@@ -8,7 +8,7 @@ keys, and is trivially vulnerable to side channel attacks. Do not use for
anything but tests."""
import random
-from .base58 import byte_to_base58
+from .address import byte_to_base58
def modinv(a, n):
"""Compute the modular inverse of a modulo n