diff options
author | Linus Nordberg <linus@nordberg.se> | 2014-05-07 05:45:38 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2014-05-07 05:45:38 +0200 |
commit | 0d2c5fa5966b0871bfe634f676f7def78bf423ac (patch) | |
tree | 70887e2532848d73aa9c4a19e8a2a48e65fcf313 /src | |
parent | 09d687801e7c6a3efa7740a2ed82207b1381f7fb (diff) |
It's `tree_size'.
Not `treesize'.
Diffstat (limited to 'src')
-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)}], |