aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buus <mathiasbuus@gmail.com>2016-04-23 20:37:47 +0200
committerMathias Buus <mathiasbuus@gmail.com>2016-04-23 20:37:47 +0200
commitc6826d4d1603c5a57c8be0f1b53d1710f466aac7 (patch)
treeb4a842182ffb4a88f8f9bfffc608c4196ed4d6a6
parent78ec3b96e4d993f71f7033c729ee802cebd2362d (diff)
downloaddat-docs-c6826d4d1603c5a57c8be0f1b53d1710f466aac7.tar.gz
dat-docs-c6826d4d1603c5a57c8be0f1b53d1710f466aac7.zip
live -> signed
-rw-r--r--meta.dat.md2
1 files changed, 1 insertions, 1 deletions
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];
}