summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-05-07 05:45:38 +0200
committerLinus Nordberg <linus@nordberg.se>2014-05-07 05:45:38 +0200
commit0d2c5fa5966b0871bfe634f676f7def78bf423ac (patch)
tree70887e2532848d73aa9c4a19e8a2a48e65fcf313 /src
parent09d687801e7c6a3efa7740a2ed82207b1381f7fb (diff)
It's `tree_size'.
Not `treesize'.
Diffstat (limited to 'src')
-rw-r--r--src/v1.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v1.erl b/src/v1.erl
index 6007aaa..e40d528 100644
--- a/src/v1.erl
+++ b/src/v1.erl
@@ -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)}],