summaryrefslogtreecommitdiff
path: root/include/plop.hrl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2014-06-04 14:48:34 +0200
committerLinus Nordberg <linus@nordberg.se>2014-06-04 14:49:11 +0200
commit19e9e6219795505d2f244838cd3057b450970798 (patch)
tree2bff848e9df7f9496022b0d09af9949b005c165f /include/plop.hrl
parentcade23b2057450b480e708673bd6df98800e6be0 (diff)
Add get/1; remove debug printouts; formatting.
Diffstat (limited to 'include/plop.hrl')
-rw-r--r--include/plop.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/plop.hrl b/include/plop.hrl
index b1b4661..cbdadc8 100644
--- a/include/plop.hrl
+++ b/include/plop.hrl
@@ -20,7 +20,7 @@
-record(spt, {
version :: pos_integer(), % uint8
- logid :: binary(), % SHA-256 over DER encoded public log key
+ logid :: binary(), % SHA-256 over DER encoded public log key
timestamp :: integer(), % uint64
signature :: signature()
}).