summaryrefslogtreecommitdiff
path: root/tools/compileconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/compileconfig.py')
-rwxr-xr-xtools/compileconfig.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/compileconfig.py b/tools/compileconfig.py
index 30424c5..e3d9ee0 100755
--- a/tools/compileconfig.py
+++ b/tools/compileconfig.py
@@ -188,6 +188,8 @@ def gen_config(nodename, config, localconfig):
if nodetype == "frontendnodes":
plopconfig += [
(Symbol("sth_path"), paths["db"] + "sth"),
+ (Symbol("entryhash_from_entry"),
+ (Symbol("catlfish"), Symbol("entryhash_from_entry"))),
]
signingnode = config["signingnodes"][0]