From 48a7102fa5939875b5cd251e8cff563f055fed9a Mon Sep 17 00:00:00 2001
From: Lex Berezhny <lex@damoti.com>
Date: Wed, 10 Apr 2019 11:22:35 -0400
Subject: [PATCH] removed list type for now

---
 v2/proto/claim.proto | 5 -----
 1 file changed, 5 deletions(-)

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 {