diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-09-27 15:44:07 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-09-27 15:44:07 +0200 |
commit | b5b5c0f43803a2d31fb5bf240e4b70377d367b7a (patch) | |
tree | 1d0e9bfeb7772ba7b908ee8512990e20b426b151 /src/v1.erl | |
parent | 236dab6aa2481aa025a0afbe918e36764d36495b (diff) |
wip
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]}]}; |