From f1fb5a44dd8f1560040cccaf455d5786326bf264 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 20 Nov 2015 10:48:44 +0100 Subject: Make merge_sth work again after last commit. --- tools/merge_sth.py | 3 +-- 1 file changed, 1 insertion(+), 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']: -- cgit v1.1