From d08e438c6ef3db202b83cc64c88d0cd6131b5d5a Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Thu, 20 Aug 2015 16:23:19 +0200 Subject: Add path for sendsth-verified --- tools/compileconfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/compileconfig.py') diff --git a/tools/compileconfig.py b/tools/compileconfig.py index eb0ddc6..552f3b8 100755 --- a/tools/compileconfig.py +++ b/tools/compileconfig.py @@ -247,6 +247,7 @@ def gen_config(nodename, config, localconfig): if nodetype == "frontendnodes": plopconfig += [ (Symbol("sth_path"), paths["db"] + "sth"), + (Symbol("sendsth_verified_path"), paths["db"] + "sendsth-verified"), (Symbol("entryhash_from_entry"), (Symbol("catlfish"), Symbol("entryhash_from_entry"))), ] -- cgit v1.1