diff options
author | Magnus Ahltorp <map@kth.se> | 2015-08-20 16:23:19 +0200 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-08-20 16:23:52 +0200 |
commit | 7c0ec408a10446569d1c3fb3fc2e45433d588f00 (patch) | |
tree | d085b09259e65a0df6ba4c33633ee1b333457346 /tools/compileconfig.py | |
parent | 0d7c8181f07e1c34ef3a9a8740c8ce2d7b982f74 (diff) |
Add path for sendsth-verifiedsendsth-verified
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-x | tools/compileconfig.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py index d493226..5ad0866 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"))), ] |