summaryrefslogtreecommitdiff
path: root/src/storage.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.erl')
-rw-r--r--src/storage.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.erl b/src/storage.erl
index c64d918..7498635 100644
--- a/src/storage.erl
+++ b/src/storage.erl
@@ -37,7 +37,7 @@ request(post, ?APPURL_PLOP_STORAGE, "entrycommitted", Input) ->
undefined ->
none;
TimestampSignature ->
- plop:add_spt(LeafHash, base64:decode(TimestampSignature))
+ plop:add_spt_sig(LeafHash, base64:decode(TimestampSignature))
end,
success({[{result, <<"ok">>}]})
end;