diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index 7e3a496..a43305e 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -45,12 +45,7 @@ message Stream { } message ClaimList { - enum ListType { - COLLECTION = 0; - DERIVATION = 1; - } repeated bytes claims = 1; - ListType list_type = 2; } message Fee {