From d326456f6e3a4ca632e6c0e104709adffb755a06 Mon Sep 17 00:00:00 2001 From: Lex Berezhny 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 {