diff options
author | Magnus Ahltorp <map@kth.se> | 2014-09-27 18:34:49 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-09-29 10:15:07 +0200 |
commit | e03b5017ee20d602819f5981bb76e57bbd120972 (patch) | |
tree | b94b4952e4aad02e1f14fd45fbe64c82d0605f20 /src/v1.erl | |
parent | 50a2fe5e9c07d730de6c169342b0370059792b3d (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]}]}; |