diff options
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |