diff options
author | Mathias Buus <mathiasbuus@gmail.com> | 2016-04-23 12:28:42 +0200 |
---|---|---|
committer | Mathias Buus <mathiasbuus@gmail.com> | 2016-04-23 12:28:42 +0200 |
commit | 78ec3b96e4d993f71f7033c729ee802cebd2362d (patch) | |
tree | 20354463931d76e50a81dc9bdaa3c5126720b51b /meta.dat.md | |
parent | 9697d0e83af88e1331ffc36a1d42289163bf9d75 (diff) | |
download | dat-docs-78ec3b96e4d993f71f7033c729ee802cebd2362d.tar.gz dat-docs-78ec3b96e4d993f71f7033c729ee802cebd2362d.zip |
missing bool
Diffstat (limited to 'meta.dat.md')
-rw-r--r-- | meta.dat.md | 2 |
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]; } |