diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-09-27 15:44:07 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-09-29 10:12:59 +0200 |
commit | 50a2fe5e9c07d730de6c169342b0370059792b3d (patch) | |
tree | 7a880479bc2918857601f56e32f0abdedeef818b /src/v1.erl | |
parent | 294ac576ab050b6c46c011825d89337794404f66 (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]}]}; |