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-10-08 15:39:30 +0200
commita758fa14bf8ae02c9dc9c3501e90344e25b82918 (patch)
tree7729b9386fa802db55e40f16f62948e63178512c /src/v1.erl
parent6195b000f6a5dd6e9a07ab61ac64f66b6304bf78 (diff)
Clean up the plop interface, in preparation for a new db implementation.
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]}]};