summaryrefslogtreecommitdiff
path: root/src/plop.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plop.hrl')
-rw-r--r--src/plop.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop.hrl b/src/plop.hrl
index f142e46..e96b401 100644
--- a/src/plop.hrl
+++ b/src/plop.hrl
@@ -18,7 +18,7 @@
-define(PLOP_SIGTYPE_TEST, 2).
-record(plop_data, {
version = 1 :: integer(), % uint8
- signature_type :: integer(), % uint8
+ signature_type = 0 :: integer(), % uint8
timestamp = now :: 'now' | integer(), % 'now' or uint64
entry :: plop_entry()
}).