Browse Source

fix protobuf checksum (#257)

Jakob 7 years ago
parent
commit
e109de2001
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protocol/files.rs

+ 1 - 1
protocol/files.rs

@@ -4,7 +4,7 @@ pub const FILES : &'static [(&'static str, u32)] = &[
     ("proto/authentication.proto", 2098196376),
     ("proto/keyexchange.proto", 451735664),
     ("proto/mercury.proto", 709993906),
-    ("proto/metadata.proto", 3146937699),
+    ("proto/metadata.proto", 2474472423),
     ("proto/pubsub.proto", 2686584829),
     ("proto/spirc.proto", 3618770573),
 ];