summaryrefslogtreecommitdiff
path: root/src/db.hrl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-04 23:58:11 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-04 23:58:11 +0200
commit9dc05f0ed8c31ade084712c87417328183c6a658 (patch)
tree1e48af3c72be8abf17ef5aaf1a1210b00cacd182 /src/db.hrl
parent525ec22812f3f56c7da6064be034a808eca4d43c (diff)
Rename spt_on_wire -> spt.
Diffstat (limited to 'src/db.hrl')
-rw-r--r--src/db.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.hrl b/src/db.hrl
index 01bd63f..0a6583c 100644
--- a/src/db.hrl
+++ b/src/db.hrl
@@ -4,5 +4,5 @@
index :: non_neg_integer(), % Primary key.
hash :: binary(), % Hash over #plop_entry{} in mtl.
mtl :: mtl(), % Merkle Tree Leaf.
- spt :: spt_on_wire() % Signed Plop Timestamp.
+ spt :: spt() % Signed Plop Timestamp.
}).