diff options
author | Magnus Ahltorp <map@kth.se> | 2015-08-20 16:23:19 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-09-15 13:35:40 +0200 |
commit | d08e438c6ef3db202b83cc64c88d0cd6131b5d5a (patch) | |
tree | 2071a980b368d5ac3c19f86e3fc03bd49abd53fb /tools | |
parent | 0157f5512ba45a2f21e003f6ab0e89ef26ec97ea (diff) |
Add path for sendsth-verified
Diffstat (limited to 'tools')
-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 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"))), ] |