aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/speed.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional_tests/speed.py')
-rwxr-xr-xtests/functional_tests/speed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/speed.py b/tests/functional_tests/speed.py
index 591c98ec1..71be785b8 100755
--- a/tests/functional_tests/speed.py
+++ b/tests/functional_tests/speed.py
@@ -48,7 +48,7 @@ from framework.wallet import Wallet
class SpeedTest():
def reset(self):
- print 'Resetting blockchain'
+ print('Resetting blockchain')
daemon = Daemon()
res = daemon.get_height()
daemon.pop_blocks(res.height - 1)