From 02cf1b6d6c217b12157dc7ae662046e2319f316c Mon Sep 17 00:00:00 2001 From: Magnus Ahltorp Date: Sat, 27 Sep 2014 18:34:49 +0200 Subject: Fix api problems --- src/v1.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/v1.erl') diff --git a/src/v1.erl b/src/v1.erl index b58516d..304b0a8 100644 --- a/src/v1.erl +++ b/src/v1.erl @@ -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]}]}; -- cgit v1.1