summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/plop.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plop.erl b/src/plop.erl
index adf4c0b..b0d9090 100644
--- a/src/plop.erl
+++ b/src/plop.erl
@@ -419,8 +419,8 @@ serialise(#spt_signed{
[<<Version:8,
Sigtype:8,
Timestamp:64,
- Entrytype:16,
- Entry/binary>>,
+ Entrytype:16>>,
+ serialise_tls_vector(Entry, 3),
serialise_tls_vector(Extensions, 2)]);
serialise(#mtl{ % Merkle Tree Leaf.
version = Version,