summaryrefslogtreecommitdiff
path: root/src/db.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'src/db.hrl')
-rw-r--r--src/db.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db.hrl b/src/db.hrl
index ce6df7b..01bd63f 100644
--- a/src/db.hrl
+++ b/src/db.hrl
@@ -3,6 +3,6 @@
-record(plop, {
index :: non_neg_integer(), % Primary key.
hash :: binary(), % Hash over #plop_entry{} in mtl.
- mtl :: mtl(), % Merkle Tree Leaf, an #mtl{}.
- spt_text :: binary() % Signed Plop Timestamp, an #spt_on_wire{}.
+ mtl :: mtl(), % Merkle Tree Leaf.
+ spt :: spt_on_wire() % Signed Plop Timestamp.
}).