summaryrefslogtreecommitdiff
path: root/src/v1.erl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-09-27 15:44:07 +0200
committerLinus Nordberg <linus@nordberg.se>2014-09-27 15:44:07 +0200
commitb5b5c0f43803a2d31fb5bf240e4b70377d367b7a (patch)
tree1d0e9bfeb7772ba7b908ee8512990e20b426b151 /src/v1.erl
parent236dab6aa2481aa025a0afbe918e36764d36495b (diff)
wip
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 304b0a8..b58516d 100644
--- a/src/v1.erl
+++ b/src/v1.erl
@@ -82,7 +82,7 @@
binary_to_list(
jiffy:encode(
case plop:inclusion(Hash, TreeSize) of
- {ok, Index, Path} ->
+ {ok, {Index, Path}} ->
{[{leaf_index, Index},
{audit_path,
[base64:encode(X) || X <- Path]}]};