diff --git a/proto/sf/filecoin/type/v1/type.proto b/proto/sf/filecoin/type/v1/type.proto index 48b260e..55e805a 100644 --- a/proto/sf/filecoin/type/v1/type.proto +++ b/proto/sf/filecoin/type/v1/type.proto @@ -9,5 +9,5 @@ message Tipset { uint64 block_count = 2; uint64 timestamp = 3; string tipset_key = 4; - string parent_tipset_key = 5; + optional string parent_tipset_key = 5; }