From c6826d4d1603c5a57c8be0f1b53d1710f466aac7 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Sat, 23 Apr 2016 20:37:47 +0200 Subject: live -> signed --- meta.dat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.dat.md b/meta.dat.md index 81bf06c..51ab30d 100644 --- a/meta.dat.md +++ b/meta.dat.md @@ -39,7 +39,7 @@ The header protobuf has this schema: ``` proto message Header { required bytes datLink = 1; - optional bool isLive = 2; + optional bool isSigned = 2; optional string hashType = 3 [default = "sha256"]; optional uint32 hashLength = 4 [default = 32]; } -- cgit v1.2.3