diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:48:44 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:49:17 +0100 |
commit | 65764072954bd517cbc8af0a6e523b64f0a0801c (patch) | |
tree | 822db37633ab2334df58d42c3c41bc2fecc65ebc /tools | |
parent | 7fca4ce10392bd854230d42c7d72b36682d5f85e (diff) |
Make merge_sth work again after last commit.gaol5
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/merge_sth.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/merge_sth.py b/tools/merge_sth.py index e8f99d3..94d3ef2 100755 --- a/tools/merge_sth.py +++ b/tools/merge_sth.py @@ -53,8 +53,7 @@ def merge_sth(args, config, localconfig): return tree_size = trees[backupquorum]['tree_size'] root_hash = hexdecode(trees[backupquorum]['sha256_root_hash']) - #print >>sys.stderr, "DEBUG: tree size candidate at backupquorum", \ - backupquorum, ":", tree_size + #print >>sys.stderr, "DEBUG: tree size candidate at backupquorum", backupquorum, ":", tree_size cur_sth = get_sth(sthfile) if tree_size < cur_sth['tree_size']: |