diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-09-15 11:41:14 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-09-15 11:41:14 +0200 |
commit | 60218ccea446cf4fd56d55d4a9e5a6a9dab20fc6 (patch) | |
tree | eb41eb7c1a17a37d451f8c7e67a319330ad5fbad /src/v1.erl | |
parent | 7e67fc389bdfae2961062f1ebd4a81d91355f169 (diff) |
It's plop:consistency/2.
Diffstat (limited to 'src/v1.erl')
-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, |