diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-27 20:57:07 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-03-07 16:46:02 +0000 |
commit | fa43b547804496ea2bd7ad42893708f97b4f442c (patch) | |
tree | dc039c1f06506c1f3f11e5e25a052e66baaf301f /tests/block_weight/block_weight.py | |
parent | Merge pull request #4852 (diff) | |
download | monero-fa43b547804496ea2bd7ad42893708f97b4f442c.tar.xz |
tests: handle any cmake detected python interpreter
Diffstat (limited to 'tests/block_weight/block_weight.py')
-rwxr-xr-x | tests/block_weight/block_weight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/block_weight/block_weight.py b/tests/block_weight/block_weight.py index 06aaabb02..d6fd494e3 100755 --- a/tests/block_weight/block_weight.py +++ b/tests/block_weight/block_weight.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Simulate a maximal block attack on the Monero network # This uses the scheme proposed by ArticMine # Written by Sarang Nother |