summaryrefslogtreecommitdiff
path: root/src/v1.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/v1.erl')
-rw-r--r--src/v1.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1.erl b/src/v1.erl
index 781032b..b3c83d9 100644
--- a/src/v1.erl
+++ b/src/v1.erl
@@ -59,7 +59,7 @@
true -> html("get-sth-consistency: bad input:",
[First, Second]);
_ -> [base64:encode(X) ||
- X <- plop:consistency_proof(First, Second)]
+ X <- plop:consistency(First, Second)]
end;
_ -> html("get-sth-consistency: bad input:", Input)
end,