diff options
-rw-r--r-- | src/v1.erl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ get_sth(SessionID, _Env, _Input) -> timestamp = Timestamp, roothash = Roothash, signature = Signature} = plop:sth(), - R = [{treesize, Treesize}, + R = [{tree_size, Treesize}, {timestamp, Timestamp}, {sha256_root_hash, base64:encode(Roothash)}, {tree_head_signature, base64:encode(Signature)}], |