From 9dc05f0ed8c31ade084712c87417328183c6a658 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Sun, 4 May 2014 23:58:11 +0200 Subject: Rename spt_on_wire -> spt. --- src/db.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db.hrl') 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. }). -- cgit v1.1