summaryrefslogtreecommitdiff
path: root/src/catlfish.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/catlfish.erl')
-rw-r--r--src/catlfish.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/catlfish.erl b/src/catlfish.erl
index d105591..e261824 100644
--- a/src/catlfish.erl
+++ b/src/catlfish.erl
@@ -125,7 +125,7 @@ entry_and_proof(Index, TreeSize) ->
binary_to_list(
jiffy:encode(
case plop:inclusion_and_entry(Index, TreeSize) of
- {ok, {Entry, Path}} ->
+ {ok, Entry, Path} ->
{Timestamp, LeafCertVector, CertChainVector} = unpack_entry(Entry),
MTL = build_mtl(Timestamp, LeafCertVector),
{[{leaf_input, base64:encode(MTL)},