diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-27 18:34:49 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-10-08 15:39:30 +0200 |
commit | 02cf1b6d6c217b12157dc7ae662046e2319f316c (patch) | |
tree | 4e6c0022a64a6807c388036ff6b5d0e835773ea9 /src/v1.erl | |
parent | a758fa14bf8ae02c9dc9c3501e90344e25b82918 (diff) |
Fix api problems
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]}]}; |