diff --git a/v2/proto/claim.proto b/v2/proto/claim_schema.proto similarity index 98% rename from v2/proto/claim.proto rename to v2/proto/claim_schema.proto index 0bca6b2..b2b7744 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim_schema.proto @@ -1,6 +1,6 @@ syntax = "proto3"; -package pb; +package pb3; message Claim { enum Type { @@ -63,4 +63,4 @@ message File { message Video { uint32 width = 1; uint32 height = 2; -} \ No newline at end of file +}