diff options
-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]; } |