aboutsummaryrefslogtreecommitdiff
path: root/test/functional/signmessages.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/signmessages.py')
-rwxr-xr-xtest/functional/signmessages.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/signmessages.py b/test/functional/signmessages.py
index bfde8e40ec..42f6a9daaf 100755
--- a/test/functional/signmessages.py
+++ b/test/functional/signmessages.py
@@ -5,7 +5,6 @@
"""Test RPC commands for signing and verifying messages."""
from test_framework.test_framework import BitcoinTestFramework
-from test_framework.util import *
class SignMessagesTest(BitcoinTestFramework):