diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-09-27 15:44:07 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-08 15:39:30 +0200 |
commit | a758fa14bf8ae02c9dc9c3501e90344e25b82918 (patch) | |
tree | 7729b9386fa802db55e40f16f62948e63178512c /src/v1.erl | |
parent | 6195b000f6a5dd6e9a07ab61ac64f66b6304bf78 (diff) |
Clean up the plop interface, in preparation for a new db implementation.
Diffstat (limited to 'src/v1.erl')
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]}]}; |