diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-05 16:09:04 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-05 16:24:08 +0100 |
commit | 476b85d6cbe34b99c0ae6b126b1b6214bcd4b368 (patch) | |
tree | 93a6d313da9ea266fb1bde01844d0e970cbd2f12 | |
parent | 7a8968949cc07aec3be34dfe73f15581f71aa323 (diff) |
Complete renaming of add_stp to add_spt_sig
-rw-r--r-- | src/storage.erl | 2 |
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; |