aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buus <mathiasbuus@gmail.com>2016-04-23 12:28:42 +0200
committerMathias Buus <mathiasbuus@gmail.com>2016-04-23 12:28:42 +0200
commit78ec3b96e4d993f71f7033c729ee802cebd2362d (patch)
tree20354463931d76e50a81dc9bdaa3c5126720b51b
parent9697d0e83af88e1331ffc36a1d42289163bf9d75 (diff)
downloaddat-docs-78ec3b96e4d993f71f7033c729ee802cebd2362d.tar.gz
dat-docs-78ec3b96e4d993f71f7033c729ee802cebd2362d.zip
missing bool
-rw-r--r--meta.dat.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta.dat.md b/meta.dat.md
index 5600f95..81bf06c 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 isLive = 2;
+ optional bool isLive = 2;
optional string hashType = 3 [default = "sha256"];
optional uint32 hashLength = 4 [default = 32];
}