summaryrefslogtreecommitdiff
path: root/src/v1.erl
diff options
context:
space:
mode:
authorMagnus Ahltorp <map@kth.se>2014-09-27 18:34:49 +0200
committerLinus Nordberg <linus@nordberg.se>2014-10-08 15:39:30 +0200
commit02cf1b6d6c217b12157dc7ae662046e2319f316c (patch)
tree4e6c0022a64a6807c388036ff6b5d0e835773ea9 /src/v1.erl
parenta758fa14bf8ae02c9dc9c3501e90344e25b82918 (diff)
Fix api problems
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 b58516d..304b0a8 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]}]};